some cleanup to the save/load code... I think some more wouldn't hurt :-)
svn-id: r4863
This commit is contained in:
parent
39422bd24a
commit
0cf920e040
2 changed files with 24 additions and 17 deletions
|
@ -79,7 +79,9 @@ struct Serializer {
|
|||
|
||||
bool _saveOrLoad;
|
||||
|
||||
void saveLoadBytes(void *b, int len);
|
||||
void saveBytes(void *b, int len);
|
||||
void loadBytes(void *b, int len);
|
||||
|
||||
void saveLoadArrayOf(void *b, int len, int datasize, byte filetype);
|
||||
void saveLoadEntries(void *d, const SaveLoadEntry *sle);
|
||||
void saveLoadArrayOf(void *b, int num, int datasize, const SaveLoadEntry *sle);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue