- moved the I_Error prototypes to doomerrors.h to avoid having to include the low level system header for this.

This commit is contained in:
Christoph Oelckers 2019-01-31 19:38:04 +01:00
commit f6a91e1722
121 changed files with 123 additions and 91 deletions

View file

@ -1,6 +1,6 @@
#include "jit.h"
#include "i_system.h"
#include "types.h"
#include "stats.h"

View file

@ -28,6 +28,7 @@
//
//-----------------------------------------------------------------------------
#include <time.h>
#include "vm.h"
#include "r_defs.h"
#include "g_levellocals.h"