aboutsummaryrefslogtreecommitdiff
path: root/queen/graphics.h
diff options
context:
space:
mode:
authorGregory Montoir2004-01-08 16:41:03 +0000
committerGregory Montoir2004-01-08 16:41:03 +0000
commit370589dde52b4419e7d1412e9b5cc74a331f980d (patch)
treef1e7c70a8abc0871e84001a26d893b115be5a590 /queen/graphics.h
parentafc254fa7671dba525d9c97ddc53eb2694eadd6b (diff)
downloadscummvm-rg350-370589dde52b4419e7d1412e9b5cc74a331f980d.tar.gz
scummvm-rg350-370589dde52b4419e7d1412e9b5cc74a331f980d.tar.bz2
scummvm-rg350-370589dde52b4419e7d1412e9b5cc74a331f980d.zip
cleanup, xref update
svn-id: r12256
Diffstat (limited to 'queen/graphics.h')
-rw-r--r--queen/graphics.h26
1 files changed, 13 insertions, 13 deletions
diff --git a/queen/graphics.h b/queen/graphics.h
index b0c8369119..312246b77c 100644
--- a/queen/graphics.h
+++ b/queen/graphics.h
@@ -23,8 +23,8 @@
#define QUEENGRAPHICS_H
#include "common/str.h"
-#include "queen/defs.h"
#include "common/util.h"
+#include "queen/defs.h"
#include "queen/structs.h"
namespace Queen {
@@ -173,18 +173,6 @@ private:
};
-struct BamDataObj {
- int16 x, y;
- int16 frame;
-};
-
-struct BamDataBlock {
- BamDataObj obj1; // truck / Frank
- BamDataObj obj2; // Rico / robot
- BamDataObj fx;
- int16 sfx;
-};
-
class BamScene {
public:
@@ -210,6 +198,18 @@ public:
private:
+ struct BamDataObj {
+ int16 x, y;
+ int16 frame;
+ };
+
+ struct BamDataBlock {
+ BamDataObj obj1; // truck / Frank
+ BamDataObj obj2; // Rico / robot
+ BamDataObj fx;
+ int16 sfx;
+ };
+
BobSlot *_obj1;
BobSlot *_obj2;
BobSlot *_objfx;