forgot the includes

This commit is contained in:
Joseph Carter 2000-05-13 20:51:20 +00:00
parent 01eceda77e
commit e9a9aecde0
2 changed files with 4 additions and 3 deletions

View file

@ -20,9 +20,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
// defs common to client and server
#define GLQUAKE_VERSION 1.00
#define VERSION 2.40
#define LINUX_VERSION 0.98
#define QSG_STANDARD "1"
#define QW_VERSION "2.40"
#define QF_VERSION "newtree test build"
#if id386

View file

@ -23,6 +23,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//define PARANOID // speed sapping error checking
#ifdef _WIN32
#pragma warning( disable : 4244 4127 4201 4214 4514 4305 4115 4018)
#endif