コード例 #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
ファイル: esmreader.hpp プロジェクト: charles-stafford/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() { uint32_t u; getRecHeader(u); }