added list handling functions (from glib)
[rocksndiamonds.git] / src / libgame / libgame.h
index e5aab80d3265d3d4431485893de0b1ef87791146..390480d4933e6c6a3a36d09900612b30aedd51a1 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
 // ============================================================================
 #include "image.h"
 #include "setup.h"
 #include "misc.h"
+#include "http.h"
+#include "hash.h"
+#include "list.h"
+#include "base64.h"
 #include "zip/miniunz.h"
 
 #endif // LIBGAME_H