Home
last modified time | relevance | path

Searched refs:_clueCount (Results 1 – 4 of 4) sorted by relevance

/dports/games/scummvm/scummvm-2.5.1/engines/bladerunner/
H A Dgame_info.cpp37 _clueCount = 0; in GameInfo()
62 _clueCount = s->readUint32LE(); /* 03 */ in open()
127 debug("Clue Count: %d ", _clueCount); in open()
H A Dgame_info.h39 uint32 _clueCount; variable
66 uint32 getClueCount() const { return _clueCount; } in getClueCount()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/bladerunner/
H A Dgame_info.h39 uint32 _clueCount; variable
66 uint32 getClueCount() const { return _clueCount; } in getClueCount()
H A Dgame_info.cpp37 _clueCount = 0; in GameInfo()
62 _clueCount = s->readUint32LE(); /* 03 */ in open()