1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-10 14:26:01 +00:00

zlib used for (de)compression

This commit is contained in:
Zeno Rogue
2020-01-26 00:30:13 +01:00
parent 76a0ea8795
commit f20a6bf2f6
5 changed files with 48 additions and 4 deletions

View File

@@ -426,6 +426,8 @@ extern "C" {
#include <complex>
#include <new>
#include <zlib.h>
#if CAP_THREAD
#if WINDOWS
#include "mingw.thread.h"