X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_bd%2Fbd_cave.h;h=f792feb3dc576b7e294845680b9b27a2b7c09169;hb=3e2f5b80c9748e74cb33fd6f570678bf51c992ba;hp=3bdc02f087cf5b2321b89d1171f34c39b89ac2b1;hpb=c8befbbd30922bedbebc2cd1799a779068bde4b8;p=rocksndiamonds.git diff --git a/src/game_bd/bd_cave.h b/src/game_bd/bd_cave.h index 3bdc02f0..f792feb3 100644 --- a/src/game_bd/bd_cave.h +++ b/src/game_bd/bd_cave.h @@ -623,6 +623,7 @@ unsigned int gd_c64_random(GdC64RandomGenerator *rand); unsigned int gd_cave_c64_random(GdCave *); void gd_c64_random_set_seed(GdC64RandomGenerator *rand, int seed1, int seed2); void gd_cave_c64_random_set_seed(GdCave *cave, int seed1, int seed2); +void gd_cave_set_random_c64_colors(GdCave *cave); /* support */ void *gd_cave_map_new_for_cave(const GdCave *cave, const int cell_size);