X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Finit.h;h=a69268f75d09613503bdc866f0a2e582330a167c;hp=e3f8858523d179ca83ce1a3e0e634d32f4ba5587;hb=67f3bfab902e53e0dc24a01eb6c0e4d274030a47;hpb=37a06df577bbfd00f4b361f92cacb0d97036ba93 diff --git a/src/init.h b/src/init.h index e3f88585..a69268f7 100644 --- a/src/init.h +++ b/src/init.h @@ -1,15 +1,13 @@ -/*********************************************************** -* Rocks'n'Diamonds -- McDuffin Strikes Back! * -*----------------------------------------------------------* -* (c) 1995-2002 Artsoft Entertainment * -* Holger Schemel * -* Detmolder Strasse 189 * -* 33604 Bielefeld * -* Germany * -* e-mail: info@artsoft.org * -*----------------------------------------------------------* -* init.h * -***********************************************************/ +// ============================================================================ +// Rocks'n'Diamonds - McDuffin Strikes Back! +// ---------------------------------------------------------------------------- +// (c) 1995-2014 by Artsoft Entertainment +// Holger Schemel +// info@artsoft.org +// https://www.artsoft.org/ +// ---------------------------------------------------------------------------- +// init.h +// ============================================================================ #ifndef INIT_H #define INIT_H @@ -32,12 +30,23 @@ void setBitfieldProperty(int *, int, int, boolean); boolean getBitfieldProperty(int *, int, int); +void ResolveGroupElement(int); void InitElementPropertiesStatic(void); void InitElementPropertiesEngine(int); +void InitElementPropertiesGfxElement(void); void ReloadCustomArtwork(int); +void RedrawGlobalBorder(void); -void KeyboardAutoRepeatOffUnlessAutoplay(); +void KeyboardAutoRepeatOffUnlessAutoplay(void); + +void InitGfxBuffers(void); +void InitGadgets(void); +void InitImageTextures(void); + +void InitNetworkServer(void); + +void DisplayExitMessage(char *, va_list); void OpenAll(void); void CloseAllAndExit(int);