aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/game.h
diff options
context:
space:
mode:
authorArnaud Boutonné2009-04-29 16:36:08 +0000
committerArnaud Boutonné2009-04-29 16:36:08 +0000
commit93e2e75a9e6d6d56c024e6a87d24d92ad89c8a1d (patch)
treed44e1dedd56b25c15738d8c639be0713f2add3b6 /engines/gob/game.h
parent4ff69f6cd0aec143525bb7693846748c39fbc2cc (diff)
downloadscummvm-rg350-93e2e75a9e6d6d56c024e6a87d24d92ad89c8a1d.tar.gz
scummvm-rg350-93e2e75a9e6d6d56c024e6a87d24d92ad89c8a1d.tar.bz2
scummvm-rg350-93e2e75a9e6d6d56c024e6a87d24d92ad89c8a1d.zip
- Added a game_fascin skeletton, as specificities are now proven
- Added a new game time, adibouunknown, used to reference the ADI/Adibou/Addy generic environments - Replace oFascin_cdUnknown10 by a real function - Fix a detail in oFascin_cdUnknown11 - Suppress double declaration for types Gob2 and Ween svn-id: r40207
Diffstat (limited to 'engines/gob/game.h')
-rw-r--r--engines/gob/game.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/engines/gob/game.h b/engines/gob/game.h
index 6a8a256c8a..3264288a32 100644
--- a/engines/gob/game.h
+++ b/engines/gob/game.h
@@ -339,6 +339,15 @@ protected:
void collSubReenter();
};
+class Game_Fascination : public Game_v2 {
+public:
+ virtual int16 checkCollisions(byte handleMouse, int16 deltaTime,
+ int16 *pResId, int16 *pResIndex);
+
+ Game_Fascination(GobEngine *vm);
+ virtual ~Game_Fascination() {}
+};
+
} // End of namespace Gob
#endif // GOB_GAME_H