mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +02:00
remove UTIL and JA2 preprocessor definitions (#66)
UTIL is never used, and JA2 is always used. assumption being we'll never make 1.13 for Wizardry 8. video2.h doesn't exist, which prevented me from deleting it.
This commit is contained in:
@@ -1,10 +1,6 @@
|
||||
#include "types.h"
|
||||
#include <windows.h>
|
||||
#if defined( JA2 ) || defined( UTIL )
|
||||
#include "video.h"
|
||||
#else
|
||||
#include "video2.h"
|
||||
#endif
|
||||
#include "timer.h"
|
||||
|
||||
#ifndef WIN32_LEAN_AND_MEAN
|
||||
|
||||
Reference in New Issue
Block a user