aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/graphics.h
diff options
context:
space:
mode:
authorPaul Gilbert2012-09-17 18:03:25 +1000
committerPaul Gilbert2012-09-17 18:03:25 +1000
commitdf410953c98ff5ca4a3ef9626d0ae680186378ac (patch)
tree1f4b48b039338f1f3f6b4a6be6c2e8bb46718d90 /engines/hopkins/graphics.h
parent0b610c45dff6b715f1f5e3e5161619dc57d19061 (diff)
downloadscummvm-rg350-df410953c98ff5ca4a3ef9626d0ae680186378ac.tar.gz
scummvm-rg350-df410953c98ff5ca4a3ef9626d0ae680186378ac.tar.bz2
scummvm-rg350-df410953c98ff5ca4a3ef9626d0ae680186378ac.zip
HOPKINS: Initial implementation of main menu method
Diffstat (limited to 'engines/hopkins/graphics.h')
-rw-r--r--engines/hopkins/graphics.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/engines/hopkins/graphics.h b/engines/hopkins/graphics.h
index 93b6ebcebd..be1bc751cd 100644
--- a/engines/hopkins/graphics.h
+++ b/engines/hopkins/graphics.h
@@ -122,21 +122,6 @@ public:
void RESET_SEGMENT_VESA();
};
-class ObjectManager {
-public:
- static byte *CHANGE_OBJET(int objIndex);
- static byte *CAPTURE_OBJET(int objIndex, int mode);
-
- static int Get_Largeur(const byte *objectData, int objIndex);
- static int Get_Hauteur(const byte *objectData, int objIndex);
- static int sprite_alone(const byte *objectData, byte *sprite, int objIndex);
- static byte *DEL_FICHIER_OBJ();
-
- static byte *CHARGE_SPRITE(const Common::String &file);
- static int capture_mem_sprite(const byte *objectData, byte *sprite, int objIndex);
- static int AJOUTE_OBJET(int objIndex);
-};
-
} // End of namespace Hopkins
#endif /* HOPKINS_GRAPHICS_H */