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

This commit is contained in:
MontyTRC89 2020-04-22 14:12:10 +02:00
parent 7771e8faf1
commit 9a78144600
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;