changed most comments from C to C++ style for BD engine code
[rocksndiamonds.git] / src / game_bd / bd_caveengine.h
index 12c456dec3e6da0d8354c2b210bdea7c6c63e38e..0c1a67cfe2a71d240a26872a977a349d1956c042 100644 (file)
 #ifndef BD_CAVEENGINE_H
 #define BD_CAVEENGINE_H
 
-#include <glib.h>
-
 #include "bd_cave.h"
 
 
-/* the game itself */
+// the game itself
 GdDirection gd_direction_from_keypress(boolean up, boolean down, boolean left, boolean right);
 void gd_cave_iterate(GdCave *cave, GdDirection player_move, boolean player_fire, boolean suicide);
 void set_initial_cave_speed(GdCave *cave);