thug/Code/Gfx/NGC/p_NxImposter.h

31 lines
663 B
C
Raw Permalink Normal View History

2016-02-13 21:39:12 +00:00
///////////////////////////////////////////////////////////////////////////////
// p_NxFont.h
#ifndef __GFX_P_NX_IMPOSTER_H__
#define __GFX_P_NX_IMPOSTER_H__
#include "gfx/NxImposter.h"
namespace Nx
{
/////////////////////////////////////////////////////////////////////////////////////
// Private classes
//
// Here's a machine specific implementation of the CImposterGroup
class CNgcImposterGroup : public CImposterGroup
{
public:
CNgcImposterGroup();
virtual ~CNgcImposterGroup();
private: // It's all private, as it is machine specific
// Machine specific members
};
} // Namespace Nx
#endif