Uncomment

Header file exists, but is stubbed; uncomment.
This commit is contained in:
Kawe Mazidjatari 2023-05-11 21:35:54 +02:00
parent af21798a12
commit ee636477ce
11 changed files with 11 additions and 11 deletions

View File

@ -9,7 +9,7 @@
#include "public/ihandleentity.h"
// memdbgon must be the last include file in a .cpp file!!!
//#include "tier0/memdbgon.h"
#include "tier0/memdbgon.h"
enum
{

View File

@ -8,7 +8,7 @@
#include "mathlib/vector.h"
// memdbgon must be the last include file in a .cpp file!!!
//#include "tier0/memdbgon.h"
#include "tier0/memdbgon.h"
//-----------------------------------------------------------------------------
// Gamma conversion support

View File

@ -10,7 +10,7 @@
#include "mathlib/noisedata.h"
// memdbgon must be the last include file in a .cpp file!!!
//#include "tier0/memdbgon.h"
#include "tier0/memdbgon.h"
#define MAGIC_NUMBER (1<<15) // gives 8 bits of fraction

View File

@ -12,7 +12,7 @@
#include "mathlib/mathlib.h"
// memdbgon must be the last include file in a .cpp file!!!
//#include "tier0/memdbgon.h"
#include "tier0/memdbgon.h"
const CTransform g_TransformIdentity(Vector3D(0.0f, 0.0f, 0.0f), Quaternion(0.0f, 0.0f, 0.0f, 1.0f));

View File

@ -19,7 +19,7 @@
#include "mathlib/mathlib.h"
//#include "tier0/memalloc.h"
//#include "tier0/memdbgon.h"
#include "tier0/memdbgon.h"
#pragma warning (disable:4100)
#pragma warning (disable:4514)

View File

@ -18,7 +18,7 @@
#include "tier0/platform.h"
#include "tier0/memalloc.h"
//#include "tier0/memdbgon.h"
#include "tier0/memdbgon.h"
#include "mathlib/mathlib.h"

View File

@ -17,7 +17,7 @@
#include "tier0/memstd.h"
#include "tier0/memalloc.h"
#include "mathlib/mathlib.h"
//#include "tier0/memdbgon.h"
#include "tier0/memdbgon.h"
#pragma warning (disable:4100)
#pragma warning (disable:4514)

View File

@ -14,7 +14,7 @@
#include "mathlib/swap.h"
// NOTE: This has to be the last file included!
//#include "tier0/memdbgon.h"
#include "tier0/memdbgon.h"
//-----------------------------------------------------------------------------

View File

@ -12,7 +12,7 @@
#include "tier1/generichash.h"
// memdbgon must be the last include file in a .cpp file!!!
//#include "tier0/memdbgon.h"
#include "tier0/memdbgon.h"
//-----------------------------------------------------------------------------
// Purpose: Comparison function for string sorted associative data structures

View File

@ -14,7 +14,7 @@
#include "tier1/characterset.h"
// memdbgon must be the last include file in a .cpp file!!!
//#include "tier0/memdbgon.h"
#include "tier0/memdbgon.h"
//-----------------------------------------------------------------------------

View File

@ -11,7 +11,7 @@
#include <ctype.h>
// NOTE: This has to be the last file included!
//#include "tier0/memdbgon.h"
#include "tier0/memdbgon.h"
static const int64 k_nMillion = 1000000;