rnd-20040221-2-src
[rocksndiamonds.git] / src / init.h
index 9eb9fb628c79aa82c6c8ca780bdc4e6f4c9a89f6..af5f39815e7b5d16e35b595561deb6934e9863cc 100644 (file)
 
 #include "main.h"
 
+void setMoveIntoAcidProperty(struct LevelInfo *, int, boolean);
+boolean getMoveIntoAcidProperty(struct LevelInfo *, int);
+void InitElementPropertiesStatic(void);
+void InitElementPropertiesEngine(int);
+
+void ReloadCustomArtwork(int);
+
+void KeyboardAutoRepeatOffUnlessAutoplay();
+
 void OpenAll(void);
-void ReloadCustomArtwork();
 void CloseAllAndExit(int);
 
 #endif