]> git.lizzy.rs Git - irrlicht.git/blobdiff - include/IOSOperator.h
Fix COSOperator::getSystemMemory
[irrlicht.git] / include / IOSOperator.h
index 5d2d42aa6d7c14892b6815337f00f0bcb5b87c75..b195aed70b8afff63e35ae03cc93a6b9e9f339ca 100644 (file)
@@ -33,8 +33,8 @@ public:
        virtual const c8* getTextFromClipboard() const = 0;\r
 \r
        //! Get the total and available system RAM\r
-       /** \param totalBytes: will contain the total system memory in bytes\r
-       \param availableBytes: will contain the available memory in bytes\r
+       /** \param totalBytes: will contain the total system memory in Kilobytes (1024 B)\r
+       \param availableBytes: will contain the available memory in Kilobytes (1024 B)\r
        \return True if successful, false if not */\r
        virtual bool getSystemMemory(u32* totalBytes, u32* availableBytes) const = 0;\r
 \r