mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2024-11-23 02:40:26 +01:00
21 lines
488 B
C++
21 lines
488 B
C++
|
/* Copyright (c) 2002-2012 Croteam Ltd. All rights reserved. */
|
||
|
|
||
|
#include "stdh.h"
|
||
|
|
||
|
#include <Engine/Templates/Stock_CAnimSet.h>
|
||
|
|
||
|
#define TYPE CAnimSet
|
||
|
#define CStock_TYPE CStock_CAnimSet
|
||
|
#define CNameTable_TYPE CNameTable_CAnimSet
|
||
|
#define CNameTableSlot_TYPE CNameTableSlot_CAnimSet
|
||
|
|
||
|
#include <Engine/Templates/NameTable.cpp>
|
||
|
#include <Engine/Templates/Stock.cpp>
|
||
|
|
||
|
#undef CStock_TYPE
|
||
|
#undef CNameTableSlot_TYPE
|
||
|
#undef CNameTable_TYPE
|
||
|
#undef TYPE
|
||
|
|
||
|
CStock_CAnimSet *_pAnimSetStock = NULL;
|