- cleaned up and renamed buildtypes.h.

Content was reordered so that the file can contain the inlines belonging to the map data types that previously had to be stored elsewhere.
Also moved out of the Build folder because virtually everything in here can be traced to content available in Duke Nukem 3D's and Shadow Warrior's source releases.
This commit is contained in:
Christoph Oelckers 2021-12-17 20:24:48 +01:00
parent 4a5de6f56e
commit dddf48fd3e
23 changed files with 725 additions and 753 deletions

View file

@ -66,9 +66,6 @@
#include <zlib.h>
TArray<sectortype> sectorbackup;
TArray<walltype> wallbackup;
void WriteSavePic(FileWriter* file, int width, int height);
bool WriteZip(const char* filename, TArray<FString>& filenames, TArray<FCompressedBuffer>& content);
extern FString savename;