added Base64 encoding and decoding to libgame header file
authorHolger Schemel <info@artsoft.org>
Tue, 6 Apr 2021 21:40:01 +0000 (23:40 +0200)
committerHolger Schemel <info@artsoft.org>
Sat, 1 May 2021 13:38:29 +0000 (15:38 +0200)
src/libgame/libgame.h

index 135b37892c8ce4d9a7c01a8526c9b2a11a5bb37f..6a3c435aeb4bf52c7ac83d41e795cd42ea638501 100644 (file)
@@ -26,6 +26,7 @@
 #include "image.h"
 #include "setup.h"
 #include "misc.h"
+#include "base64.h"
 #include "zip/miniunz.h"
 
 #endif // LIBGAME_H