rnd-20040309-1-src
[rocksndiamonds.git] / src / init.h
index 67fc835d5d3f17545b6d99456f79a84e36c25eaf..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(void);
+void ReloadCustomArtwork(int);
 
 void KeyboardAutoRepeatOffUnlessAutoplay();