2016-03-11 15:57:17 +02:00
|
|
|
/* Copyright (c) 2002-2012 Croteam Ltd. All rights reserved. */
|
|
|
|
|
2016-03-28 21:03:54 -04:00
|
|
|
#include "Engine/StdH.h"
|
2016-03-11 15:57:17 +02:00
|
|
|
|
|
|
|
#include <Engine/Templates/Stock_CSkeleton.h>
|
|
|
|
|
|
|
|
#define TYPE CSkeleton
|
|
|
|
#define CStock_TYPE CStock_CSkeleton
|
|
|
|
#define CNameTable_TYPE CNameTable_CSkeleton
|
|
|
|
#define CNameTableSlot_TYPE CNameTableSlot_CSkeleton
|
|
|
|
|
|
|
|
#include <Engine/Templates/NameTable.cpp>
|
|
|
|
#include <Engine/Templates/Stock.cpp>
|
|
|
|
|
|
|
|
#undef CStock_TYPE
|
|
|
|
#undef CNameTableSlot_TYPE
|
|
|
|
#undef CNameTable_TYPE
|
|
|
|
#undef TYPE
|
|
|
|
|
|
|
|
CStock_CSkeleton *_pSkeletonStock = NULL;
|