added optional button to restart game (door, panel and touch variants)
[rocksndiamonds.git] / src / libgame / libgame.h
index f7c67bb86f31221115a5b500c4e4263b4fe4de6e..2573a635b249052532d0101c8414a65378c2d803 100644 (file)
@@ -1,15 +1,13 @@
-/***********************************************************
-* Artsoft Retro-Game Library                               *
-*----------------------------------------------------------*
-* (c) 1994-2001 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
 #include "gadgets.h"
 #include "text.h"
 #include "sound.h"
+#include "snapshot.h"
 #include "joystick.h"
-#include "toons.h"
 #include "image.h"
-#include "pcx.h"
 #include "setup.h"
 #include "misc.h"
+#include "http.h"
+#include "base64.h"
+#include "zip/miniunz.h"
 
-#endif /* LIBGAME_H */
+#endif // LIBGAME_H