- did a bit of header cleanup to reduce the dependency on dobject.h.

This commit is contained in:
Christoph Oelckers 2017-03-09 23:30:42 +01:00
commit a4710bcdb0
48 changed files with 226 additions and 274 deletions

View file

@ -20,6 +20,7 @@
#include "doomtype.h"
#include "md5.h"
#include "templates.h"
#include "files.h"
#ifdef __BIG_ENDIAN__
void byteSwap(uint32_t *buf, unsigned words)