X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Finit.h;h=79880f11b256847386b83b4395bc15421ad5456b;hb=9c285b0e8e4d81c5559815c5f7142685ce865206;hp=b8b59e64b1e5b11c720460572a01839f98527f2d;hpb=fbe0eaa3234fb6a69a65136f764922e24943501d;p=rocksndiamonds.git diff --git a/src/init.h b/src/init.h index b8b59e64..79880f11 100644 --- a/src/init.h +++ b/src/init.h @@ -19,7 +19,9 @@ void InitElementPropertiesStatic(void); void InitElementPropertiesEngine(int); -void ReloadCustomArtwork(void); +void ReloadCustomArtwork(int); + +void KeyboardAutoRepeatOffUnlessAutoplay(); void OpenAll(void); void CloseAllAndExit(int);