Home
last modified time | relevance | path

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

/dports/games/scummvm-tools/scummvm-tools-2.5.0/engines/gob/
H A Ddegob_script.cpp195 uint16 Script::getTotResCount() const { return _totResCount; } in getTotResCount()
834 _totResCount = (_totResOffset == 0xFFFFFFFF) ? 0 : READ_LE_UINT16(data + _totResOffset); in loadProperties()
H A Ddegob_script.h180 uint16 _totResCount; variable