X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Finit.h;h=02985dd67964fcda54dc4a0d787fc3897f391c92;hb=59ee473b86e7cbc1d9b09a3c22b0bbd3a410f16f;hp=165c2a787b3c86345ee05c3cfb026376b49d9ad5;hpb=90c3a49422dd88de77ffc7b8dd1d4f1d73d0d9a3;p=rocksndiamonds.git diff --git a/src/init.h b/src/init.h index 165c2a78..02985dd6 100644 --- a/src/init.h +++ b/src/init.h @@ -32,15 +32,19 @@ void setBitfieldProperty(int *, int, int, boolean); boolean getBitfieldProperty(int *, int, int); +void ResolveGroupElement(int); void InitElementPropertiesStatic(void); void InitElementPropertiesEngine(int); void InitElementPropertiesAfterLoading(int); +void InitElementPropertiesGfxElement(); void ReloadCustomArtwork(int); void RedrawBackground(); void KeyboardAutoRepeatOffUnlessAutoplay(); +void InitGfxBuffers(); + void OpenAll(void); void CloseAllAndExit(int);