added checking availability of level specific colors in level editor
[rocksndiamonds.git] / src / game_bd / export_bd.h
index 2344d2d07bfa9de9917ed81486770b453c2ec527..23809345a82ead5a8e7b7f17ef2120e9bdcf9ad3 100644 (file)
@@ -121,7 +121,9 @@ boolean use_native_bd_graphics_engine(void);
 boolean use_bd_smooth_movements(void);
 boolean use_bd_pushing_graphics(void);
 boolean use_bd_up_down_graphics(void);
-boolean skip_bd_falling_sounds(void);
+boolean use_bd_falling_sounds(void);
+
+boolean hasColorTemplate_BD(void);
 
 Bitmap **GetTitleScreenBitmaps_BD(void);
 void CoverScreen_BD(void);