X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Finit.h;h=4226241afc7bfe467ead6e61854c153e1c7a48a2;hb=2919379746c92fd488b83c61b328ef17fe500985;hp=1bfd49bc32333c93f3a03c082a6b963f433d70a9;hpb=f719b7331067a46dc013dcab78dceeafcaeefdab;p=rocksndiamonds.git diff --git a/src/init.h b/src/init.h index 1bfd49bc..4226241a 100644 --- a/src/init.h +++ b/src/init.h @@ -1,7 +1,7 @@ /*********************************************************** * Rocks'n'Diamonds -- McDuffin Strikes Back! * *----------------------------------------------------------* -* (c) 1995-2002 Artsoft Entertainment * +* (c) 1995-2006 Artsoft Entertainment * * Holger Schemel * * Detmolder Strasse 189 * * 33604 Bielefeld * @@ -32,9 +32,11 @@ 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();