예제 #1
0
파일: esmreader.hpp 프로젝트: Chiur/openmw
 /* Read record header. This updatesleftFile BEYOND the data that
    follows the header, ie beyond the entire record. You should use
    leftRec to orient yourself inside the record itself.
 */
 void getRecHeader() { getRecHeader(mRecordFlags); }
예제 #2
0
 /* Read record header. This updatesleftFile BEYOND the data that
    follows the header, ie beyond the entire record. You should use
    leftRec to orient yourself inside the record itself.
 */
 void getRecHeader() { uint32_t u; getRecHeader(u); }