aboutsummaryrefslogtreecommitdiff
path: root/queen/graphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'queen/graphics.h')
-rw-r--r--queen/graphics.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/queen/graphics.h b/queen/graphics.h
index 5deef58555..28afbb62ae 100644
--- a/queen/graphics.h
+++ b/queen/graphics.h
@@ -190,6 +190,9 @@ public:
void updateCarAnimation();
void updateFightAnimation();
+ void saveState(byte *&ptr);
+ void loadState(uint32 ver, byte *&ptr);
+
enum {
BOB_OBJ1 = 5,
BOB_OBJ2 = 6,