This commit is contained in:
FluorescentCIAAfricanAmerican
2020-04-22 12:56:21 -04:00
commit 3bf9df6b27
15370 changed files with 5489726 additions and 0 deletions
+31
View File
@@ -0,0 +1,31 @@
//========= Copyright Valve Corporation, All rights reserved. ============//
//
// Purpose:
//
// $NoKeywords: $
//===========================================================================//
// Primary header for engine
#if !defined( QUAKEDEF_H )
#define QUAKEDEF_H
#ifdef _WIN32
#pragma once
#endif
// OPTIONAL DEFINES
//#define PARANOID // speed sapping error checking
#include "basetypes.h"
#include "qlimits.h"
//===========================================
// FIXME, remove more of these?
#include "sysexternal.h"
#include "tier1/tier1.h"
#include "mathlib/mathlib.h"
#include "common.h"
#include "cmd.h"
#include "protocol.h"
#include "render.h"
#include "gl_model.h"
#endif // QUAKEDEF_H