X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ffiles.h;h=3041cc836b1d54045950e12a2b1ac1346c2ef9db;hb=50f0681cf3069e35f434c03825ad56bd80dabcbf;hp=cd8bfec4be32ed1ed6229ef6bb81589ac48ca263;hpb=8848a001bf529a3e06710b80b928094e48f25aa8;p=rocksndiamonds.git diff --git a/src/files.h b/src/files.h index cd8bfec4..3041cc83 100644 --- a/src/files.h +++ b/src/files.h @@ -1,15 +1,13 @@ -/*********************************************************** -* Rocks'n'Diamonds -- McDuffin Strikes Back! * -*----------------------------------------------------------* -* (c) 1995-2006 Artsoft Entertainment * -* Holger Schemel * -* Detmolder Strasse 189 * -* 33604 Bielefeld * -* Germany * -* e-mail: info@artsoft.org * -*----------------------------------------------------------* -* files.h * -***********************************************************/ +// ============================================================================ +// Rocks'n'Diamonds - McDuffin Strikes Back! +// ---------------------------------------------------------------------------- +// (c) 1995-2014 by Artsoft Entertainment +// Holger Schemel +// info@artsoft.org +// http://www.artsoft.org/ +// ---------------------------------------------------------------------------- +// files.h +// ============================================================================ #ifndef FILES_H #define FILES_H @@ -72,5 +70,6 @@ void LoadHelpTextInfo(); void ConvertLevels(); void CreateLevelSketchImages(); +void CreateCustomElementImages(char *); #endif /* FILES_H */