updated doxy comments

This commit is contained in:
Jack Andersen
2015-06-19 10:44:01 -10:00
parent e641dbbe4b
commit 2d8aeb70e8
2 changed files with 9 additions and 6 deletions

View File

@@ -50,9 +50,9 @@ public:
bool readBool();
atVec3f readVec3f();
atVec4f readVec4f();
std::string readString(atInt32 maxlen = -1);
std::wstring readWString(atInt32 maxLen = -1);
std::string readUnicode(atInt32 maxlen = -1);
std::string readString(atInt32 fixedLen = -1);
std::wstring readWString(atInt32 fixedLen = -1);
std::string readUnicode(atInt32 fixedLen = -1);
protected:
std::string m_filename;
FILE* m_fileHandle;