some cleanup to the save/load code... I think some more wouldn't hurt :-)

svn-id: r4863
This commit is contained in:
Max Horn 2002-08-26 16:47:14 +00:00
parent 39422bd24a
commit 0cf920e040
2 changed files with 24 additions and 17 deletions

View file

@ -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);