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