X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_bd%2Fbd_cavedb.h;h=747bfdd4dbb02b6920f02742c25f09b66e8e6e7f;hb=f77a818405126aac5510ed0dc09b2cb6bc3deaca;hp=31c54753f094da9f218b46b7490d75f3d6240a59;hpb=7fb08abe58b2c84e36a5ed247d2103e08ae98aa4;p=rocksndiamonds.git diff --git a/src/game_bd/bd_cavedb.h b/src/game_bd/bd_cavedb.h index 31c54753..747bfdd4 100644 --- a/src/game_bd/bd_cavedb.h +++ b/src/game_bd/bd_cavedb.h @@ -17,8 +17,6 @@ #ifndef BD_CAVEDB_H #define BD_CAVEDB_H -#include - #include "bd_cave.h" @@ -29,7 +27,7 @@ extern const GdStructDescriptor gd_replay_properties[]; extern GdPropertyDefault gd_cave_defaults_gdash[]; -/* do some checks on the cave db */ +// do some checks on the cave db void gd_cave_db_init(void); GdElement gd_element_get_hammered(GdElement elem);