More compiling.

This commit is contained in:
Steven Fuller 2001-07-31 04:06:01 +00:00 committed by Patryk Obara
parent eb5c2cc01d
commit cfd7274022
14 changed files with 109 additions and 201 deletions

View file

@ -1,4 +1,5 @@
#include "advwin32.h"
#include "fixer.h"
#ifndef DB_LEVEL
#define DB_LEVEL 4
#endif
@ -19,10 +20,8 @@
#include <stdarg.h>
#include <limits.h>
#include "awTexLd.h"
#pragma warning(disable: 4701)
#include "awTexLd.hpp"
#pragma warning(default: 4701)
#include "awtexld.h"
#include "awtexld.hpp"
#ifdef _CPPRTTI
#include <typeinfo.h>