mirror of
https://github.com/glest/glest-source.git
synced 2025-08-12 11:24:00 +02:00
- added some debugging to figure out CRC issue
This commit is contained in:
@@ -48,7 +48,7 @@ public:
|
||||
int32 getFinalFileListSum();
|
||||
int32 getFileCount();
|
||||
|
||||
void addByte(int8 value);
|
||||
int32 addByte(int8 value);
|
||||
void addString(const string &value);
|
||||
int32 addInt(const int32 &value);
|
||||
void addFile(const string &path);
|
||||
|
Reference in New Issue
Block a user