X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_bd%2Fbd_caveobject.h;h=8adc02cb507da545444ed4df2694733df257704c;hb=ed7060de23a6fd0c296d97717ae3b703efa410fc;hp=f52503cec991ca8823947d304daa80d2255446dd;hpb=bd560c53129c84976b87827f1978ddf8de4ed57a;p=rocksndiamonds.git diff --git a/src/game_bd/bd_caveobject.h b/src/game_bd/bd_caveobject.h index f52503ce..8adc02cb 100644 --- a/src/game_bd/bd_caveobject.h +++ b/src/game_bd/bd_caveobject.h @@ -91,6 +91,7 @@ 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, unsigned int seed);