moved color handling functions to separate source files for BD engine
[rocksndiamonds.git] / src / game_bd / bd_graphics.c
index ffa099864ac8d7cf08a37d04af0e7512f70e18b4..3471c9d2598509d5d97d1573461509f96ee820aa 100644 (file)
@@ -14,8 +14,6 @@
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-#include <glib.h>
-
 #include "main_bd.h"
 
 
@@ -53,7 +51,7 @@ static int scroll_x, scroll_y;
 /* quit, global variable which is set to true if the application should quit */
 boolean gd_quit = FALSE;
 
-const guint8 *gd_keystate;
+const byte *gd_keystate;
 
 static int cell_size = 0;