Home
last modified time | relevance | path

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

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/mads/nebular/
H A Dnebular_scenes5.h187 class Scene511 : public Scene5xx{
197 Scene511(MADSEngine *vm);
H A Dnebular_scenes5.cpp1839 Scene511::Scene511(MADSEngine *vm) : Scene5xx(vm) { in Scene511() function in MADS::Nebular::Scene511
1848 void Scene511::synchronize(Common::Serializer &s) { in synchronize()
1859 void Scene511::setup() { in setup()
1867 void Scene511::enter() { in enter()
1945 void Scene511::step() { in step()
1996 void Scene511::preActions() { in preActions()
2021 void Scene511::actions() { in actions()
H A Dnebular_scenes.cpp216 return new Scene511(vm); in createScene()
/dports/games/scummvm/scummvm-2.5.1/engines/mads/nebular/
H A Dnebular_scenes5.h187 class Scene511 : public Scene5xx{
197 Scene511(MADSEngine *vm);
H A Dnebular_scenes5.cpp1839 Scene511::Scene511(MADSEngine *vm) : Scene5xx(vm) { in Scene511() function in MADS::Nebular::Scene511
1848 void Scene511::synchronize(Common::Serializer &s) { in synchronize()
1859 void Scene511::setup() { in setup()
1867 void Scene511::enter() { in enter()
1945 void Scene511::step() { in step()
1996 void Scene511::preActions() { in preActions()
2021 void Scene511::actions() { in actions()
H A Dnebular_scenes.cpp216 return new Scene511(vm); in createScene()