Decompiled level loading functions; Moved lot of vars in DLL; Added Zlib;

This commit is contained in:
Montagna Marco 2020-04-22 14:12:10 +02:00
parent 32bafa9893
commit 9f05715977
167 changed files with 3411 additions and 1100 deletions

View file

@ -4,6 +4,7 @@
#include "..\Game\lot.h"
#include "..\Game\sound.h"
#include "../Specific/setup.h"
#include "../Specific/level.h"
extern GameFlow* g_GameFlow;