(svn r7232) -Codechange: Also allow for the save/load of non pre-allocated strings inside structs.

This commit is contained in:
Darkvater
2006-11-21 20:23:57 +00:00
parent 2a91c8d723
commit df54f52e20
3 changed files with 30 additions and 17 deletions

View File

@@ -289,7 +289,7 @@ int SlIterateArray(void);
void SlAutolength(AutolengthProc *proc, void *arg);
uint SlGetFieldLength(void);
void SlSetLength(size_t length);
size_t SlCalcObjMemberLength(const SaveLoad *sld);
size_t SlCalcObjMemberLength(const void *object, const SaveLoad *sld);
byte SlReadByte(void);
void SlWriteByte(byte b);