rnd-20090722-1-src
[rocksndiamonds.git] / src / game_sp / vb_types.h
index 39b23d0ec8bb3b49409328b8fbcf13df9be81d93..f2fb53cee26769cbd95f03f96e9e4e87d3405cbf 100644 (file)
@@ -214,7 +214,9 @@ typedef struct
 {
   int DestXOff;
   int DestYOff;
+  void *Surface;
 
+  void (*Cls)();
   void (*Blt)();
   void (*ScrollTo)(int, int);
   void (*ScrollTowards)(int, int, double);
@@ -224,6 +226,12 @@ typedef struct
 
 typedef struct
 {
+  int DestXOff;
+  int DestYOff;
+  void *DestinationSurface;
+  void *Surface;
+
+  void (*Cls)();
   void (*BltEx)(int, int, int);
 } DDSpriteBuffer;
 
@@ -279,4 +287,14 @@ typedef struct
   boolean Checked;
 } menBorderObject;
 
+typedef struct
+{
+  boolean Checked;
+} menPanelObject;
+
+typedef struct
+{
+  boolean Checked;
+} menAutoScrollObject;
+
 #endif /* VB_TYPES_H */