added optional button to restart game (door, panel and touch variants)
[rocksndiamonds.git] / src / libgame / libgame.h
index 419d3b716dc7646696dd69c5451150a9819e7039..2573a635b249052532d0101c8414a65378c2d803 100644 (file)
@@ -4,7 +4,7 @@
 // (c) 1995-2014 by Artsoft Entertainment
 //                         Holger Schemel
 //                 info@artsoft.org
-//                 http://www.artsoft.org/
+//                 https://www.artsoft.org/
 // ----------------------------------------------------------------------------
 // libgame.h
 // ============================================================================
@@ -26,5 +26,8 @@
 #include "image.h"
 #include "setup.h"
 #include "misc.h"
+#include "http.h"
+#include "base64.h"
+#include "zip/miniunz.h"
 
 #endif // LIBGAME_H