X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_bd%2Fbd_caveengine.h;h=0c1a67cfe2a71d240a26872a977a349d1956c042;hb=4ed68b54ed9bed72d87eac4dd7b117fc4b8022d6;hp=12c456dec3e6da0d8354c2b210bdea7c6c63e38e;hpb=7fb08abe58b2c84e36a5ed247d2103e08ae98aa4;p=rocksndiamonds.git diff --git a/src/game_bd/bd_caveengine.h b/src/game_bd/bd_caveengine.h index 12c456de..0c1a67cf 100644 --- a/src/game_bd/bd_caveengine.h +++ b/src/game_bd/bd_caveengine.h @@ -17,12 +17,10 @@ #ifndef BD_CAVEENGINE_H #define BD_CAVEENGINE_H -#include - #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);