Home
last modified time | relevance | path

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

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/agos/
H A Dres.cpp379 readItemChildren(in, item, type); in readItemFromGamePc()
383 void AGOSEngine::readItemChildren(Common::SeekableReadStream *in, Item *item, uint type) { in readItemChildren() function in AGOS::AGOSEngine
441 void AGOSEngine_Elvira2::readItemChildren(Common::SeekableReadStream *in, Item *item, uint type) { in readItemChildren() function in AGOS::AGOSEngine_Elvira2
H A Dagos.h640 virtual void readItemChildren(Common::SeekableReadStream *in, Item *item, uint tmp);
1707 virtual void readItemChildren(Common::SeekableReadStream *in, Item *item, uint tmp);
/dports/games/scummvm/scummvm-2.5.1/engines/agos/
H A Dres.cpp379 readItemChildren(in, item, type); in readItemFromGamePc()
383 void AGOSEngine::readItemChildren(Common::SeekableReadStream *in, Item *item, uint type) { in readItemChildren() function in AGOS::AGOSEngine
441 void AGOSEngine_Elvira2::readItemChildren(Common::SeekableReadStream *in, Item *item, uint type) { in readItemChildren() function in AGOS::AGOSEngine_Elvira2
H A Dagos.h631 virtual void readItemChildren(Common::SeekableReadStream *in, Item *item, uint tmp);
1713 void readItemChildren(Common::SeekableReadStream *in, Item *item, uint tmp) override;