fixed some element class names
[rocksndiamonds.git] / src / game_bd / bd_graphics.h
index 15a24b99eb93942c4f2049bf01e0c9e22ef1d6fb..fe6c8946bcde6df71d3f8ab9ea3c7c0a310db611 100644 (file)
 #ifndef BD_GRAPHICS_H
 #define BD_GRAPHICS_H
 
-#include <SDL.h>
-
 #include "bd_cave.h"
 #include "bd_gameplay.h"
 
 
 extern Bitmap *gd_screen_bitmap;
 
-extern const Uint8 *gd_keystate;
+extern const unsigned char *gd_keystate;
 
-typedef guint32 GdColor;
+typedef unsigned int GdColor;
 
 void set_cell_size(int s);
 void set_play_area(int w, int h);