Home
last modified time | relevance | path

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

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/mads/nebular/
H A Dnebular_scenes7.h205 class Scene751 : public Scene7xx{
210 Scene751(MADSEngine *vm);
H A Dnebular_scenes7.cpp2169 Scene751::Scene751(MADSEngine *vm) : Scene7xx(vm) { in Scene751() function in MADS::Nebular::Scene751
2173 void Scene751::synchronize(Common::Serializer &s) { in synchronize()
2179 void Scene751::setup() { in setup()
2186 void Scene751::enter() { in enter()
2248 void Scene751::step() { in step()
2310 void Scene751::preActions() { in preActions()
2352 void Scene751::actions() { in actions()
H A Dnebular_scenes.cpp272 return new Scene751(vm); in createScene()
/dports/games/scummvm/scummvm-2.5.1/engines/mads/nebular/
H A Dnebular_scenes7.h205 class Scene751 : public Scene7xx{
210 Scene751(MADSEngine *vm);
H A Dnebular_scenes7.cpp2172 Scene751::Scene751(MADSEngine *vm) : Scene7xx(vm) { in Scene751() function in MADS::Nebular::Scene751
2176 void Scene751::synchronize(Common::Serializer &s) { in synchronize()
2182 void Scene751::setup() { in setup()
2189 void Scene751::enter() { in enter()
2251 void Scene751::step() { in step()
2313 void Scene751::preActions() { in preActions()
2355 void Scene751::actions() { in actions()
H A Dnebular_scenes.cpp272 return new Scene751(vm); in createScene()