Home
last modified time | relevance | path

Searched refs:SIZEOF_NONSAVED_ELEMENTS (Results 1 – 2 of 2) sorted by relevance

/dports/games/7kaa/7kaa-2.15.4p1/include/
H A DOTOWN.h206 enum {SIZEOF_NONSAVED_ELEMENTS = sizeof(int)+sizeof(bool)}; enumerator
/dports/games/7kaa/7kaa-2.15.4p1/src/
H A DOGFILE3.cpp1142 if( !filePtr->file_write( townPtr, sizeof(Town) - Town::SIZEOF_NONSAVED_ELEMENTS ) ) in write_file()
1202 if( !filePtr->file_read( townPtr, sizeof(Town) - Town::SIZEOF_NONSAVED_ELEMENTS ) ) in read_file()