X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Finit.h;h=67fc835d5d3f17545b6d99456f79a84e36c25eaf;hb=f857fec3082c785b0dd271b6ad1b7642a2ed4e65;hp=9eb9fb628c79aa82c6c8ca780bdc4e6f4c9a89f6;hpb=c9433eab5c4317ed4f89164b386a7d33562e29be;p=rocksndiamonds.git diff --git a/src/init.h b/src/init.h index 9eb9fb62..67fc835d 100644 --- a/src/init.h +++ b/src/init.h @@ -16,8 +16,14 @@ #include "main.h" +void InitElementPropertiesStatic(void); +void InitElementPropertiesEngine(int); + +void ReloadCustomArtwork(void); + +void KeyboardAutoRepeatOffUnlessAutoplay(); + void OpenAll(void); -void ReloadCustomArtwork(); void CloseAllAndExit(int); #endif