Home
last modified time | relevance | path

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

/dports/games/scummvm/scummvm-2.5.1/engines/buried/environ/
H A Dai_lab.cpp299 class UseCheeseGirlPropellant : public BaseOxygenTimer { class
301UseCheeseGirlPropellant(BuriedEngine *vm, Window *viewWindow, const LocationStaticData &sceneStati…
310 UseCheeseGirlPropellant::UseCheeseGirlPropellant(BuriedEngine *vm, Window *viewWindow, const Locati… in UseCheeseGirlPropellant() function in Buried::UseCheeseGirlPropellant
316 int UseCheeseGirlPropellant::postEnterRoom(Window *viewWindow, const Location &priorLocation) { in postEnterRoom()
322 int UseCheeseGirlPropellant::draggingItem(Window *viewWindow, int itemID, const Common::Point &poin… in draggingItem()
329 int UseCheeseGirlPropellant::droppedItem(Window *viewWindow, int itemID, const Common::Point &point… in droppedItem()
3783 return new UseCheeseGirlPropellant(_vm, viewWindow, sceneStaticData, priorLocation); in constructAILabSceneObject()