Serious-Engine/Sources/Engine/Templates/Stock_CEntityClass.cpp

21 lines
523 B
C++
Raw Normal View History

2016-03-11 14:57:17 +01:00
/* Copyright (c) 2002-2012 Croteam Ltd. All rights reserved. */
#include "Engine/StdH.h"
2016-03-11 14:57:17 +01:00
#include <Engine/Templates/Stock_CEntityClass.h>
#define TYPE CEntityClass
#define CStock_TYPE CStock_CEntityClass
#define CNameTable_TYPE CNameTable_CEntityClass
#define CNameTableSlot_TYPE CNameTableSlot_CEntityClass
#include <Engine/Templates/NameTable.cpp>
#include <Engine/Templates/Stock.cpp>
#undef CStock_TYPE
#undef CNameTableSlot_TYPE
#undef CNameTable_TYPE
#undef TYPE
CStock_CEntityClass *_pEntityClassStock = NULL;