X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Finit.h;h=1bfd49bc32333c93f3a03c082a6b963f433d70a9;hb=8cea50fbd1b74a2bc164a79cbd26bdbb3abd6689;hp=e3f8858523d179ca83ce1a3e0e634d32f4ba5587;hpb=ee749a764df3dfa944c1f9de740ccbeb1cfdef40;p=rocksndiamonds.git diff --git a/src/init.h b/src/init.h index e3f88585..1bfd49bc 100644 --- a/src/init.h +++ b/src/init.h @@ -34,8 +34,10 @@ boolean getBitfieldProperty(int *, int, int); void InitElementPropertiesStatic(void); void InitElementPropertiesEngine(int); +void InitElementPropertiesAfterLoading(int); void ReloadCustomArtwork(int); +void RedrawBackground(); void KeyboardAutoRepeatOffUnlessAutoplay();