changed most comments from C to C++ style for BD engine code
[rocksndiamonds.git] / src / game_bd / bd_caveengine.h
index 88b2675704fb678312cd19ac1df680d67486a8ee..0c1a67cfe2a71d240a26872a977a349d1956c042 100644 (file)
@@ -20,7 +20,7 @@
 #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);