(svn r7232) -Codechange: Also allow for the save/load of non pre-allocated strings inside structs.
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user