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