changed "http" to "https" in URLs
[rocksndiamonds.git] / src / libgame / libgame.h
index b8effc74132379cda0b4452550245a79ac9617e7..135b37892c8ce4d9a7c01a8526c9b2a11a5bb37f 100644 (file)
@@ -1,19 +1,19 @@
-/***********************************************************
-* Artsoft Retro-Game Library                               *
-*----------------------------------------------------------*
-* (c) 1994-2000 Artsoft Entertainment                      *
-*               Holger Schemel                             *
-*               Detmolder Strasse 189                      *
-*               33604 Bielefeld                            *
-*               Germany                                    *
-*               e-mail: info@artsoft.org                   *
-*----------------------------------------------------------*
-* libgame.h                                                *
-***********************************************************/
+// ============================================================================
+// Artsoft Retro-Game Library
+// ----------------------------------------------------------------------------
+// (c) 1995-2014 by Artsoft Entertainment
+//                         Holger Schemel
+//                 info@artsoft.org
+//                 https://www.artsoft.org/
+// ----------------------------------------------------------------------------
+// libgame.h
+// ============================================================================
 
 #ifndef LIBGAME_H
 #define LIBGAME_H
 
+#define LIBGAME_VERSION_1_0_0
+
 #include "platform.h"
 #include "types.h"
 #include "system.h"
 #include "gadgets.h"
 #include "text.h"
 #include "sound.h"
+#include "snapshot.h"
+#include "joystick.h"
 #include "image.h"
-#include "pcx.h"
+#include "setup.h"
 #include "misc.h"
+#include "zip/miniunz.h"
 
-#endif /* LIBGAME_H */
+#endif // LIBGAME_H