thug/Code/Gfx/NGC/p_nxanimcache.cpp

48 lines
1.8 KiB
C++
Raw Normal View History

2016-02-13 21:39:12 +00:00
//****************************************************************************
//* MODULE: Gfx
//* FILENAME: p_NxAnimCache.cpp
//* OWNER: Gary Jesdanun
//* CREATION DATE: 5/06/2002
//****************************************************************************
#include <gfx/ngc/p_nxanimcache.h>
namespace Nx
{
/*****************************************************************************
** Private Functions **
*****************************************************************************/
/*****************************************************************************
** Public Functions **
*****************************************************************************/
/******************************************************************/
/* */
/* */
/******************************************************************/
CNgcAnimCache::CNgcAnimCache( int lookupTableSize ) : CAnimCache( lookupTableSize )
{
// Machine specific code here ............
}
/******************************************************************/
/* */
/* */
/******************************************************************/
CNgcAnimCache::~CNgcAnimCache()
{
}
/******************************************************************/
/* */
/* */
/******************************************************************/
} // Nx