X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_bd%2Fbd_caveobject.h;h=5b2a3f7e7bf554fd3c779f7be585a2144d67f44f;hb=d2b7c541271aec188c9394af58cdb8d9f66d88b9;hp=475255ea786935ea3688a6655377ba7ef0a7bc7a;hpb=646498771246351aaf243f5ab889179bd9684991;p=rocksndiamonds.git diff --git a/src/game_bd/bd_caveobject.h b/src/game_bd/bd_caveobject.h index 475255ea..5b2a3f7e 100644 --- a/src/game_bd/bd_caveobject.h +++ b/src/game_bd/bd_caveobject.h @@ -93,7 +93,6 @@ GdObject *gd_object_new_random_fill(GdObjectLevels levels, int x1, int y1, int x GdObject *gd_object_new_copy_paste(GdObjectLevels levels, int x1, int y1, int x2, int y2, int dx, int dy, boolean mirror, boolean flip); void gd_cave_draw_object(GdCave *cave, const GdObject *object, int level); -char *gd_object_get_bdcff(const GdObject *object); GdObject *gd_object_new_from_string(char *str); GdCave *gd_cave_new_rendered(const GdCave *data, const int level, guint32 seed);