X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Flibgame.h;h=390480d4933e6c6a3a36d09900612b30aedd51a1;hb=4ff073b6436b2732bbccae517aef48721616ec6a;hp=a3a3c803d39aac75a49ea0afdc77e9946854acbc;hpb=f1f974498c1691431a5755d917f674c7cf56eb53;p=rocksndiamonds.git diff --git a/src/libgame/libgame.h b/src/libgame/libgame.h index a3a3c803..390480d4 100644 --- a/src/libgame/libgame.h +++ b/src/libgame/libgame.h @@ -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,10 @@ #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 */ +#endif // LIBGAME_H