/***************************************************************************** ** ** ** Neversoft Entertainment. ** ** ** ** Copyright (C) 2000 - All Rights Reserved ** ** ** ****************************************************************************** ** ** ** Project: Skate5 ** ** ** ** Module: Gfx ** ** ** ** File name: p_nxnewparticlemgr.h ** ** ** ** Created by: 3/24/03 - SPG ** ** ** ** Description: PS2-specific new parametric particle system manager ** ** ** *****************************************************************************/ #ifndef __GFX_NGPS__P_NXNEWPARTICLEMGR_H__ #define __GFX_NGPS__P_NXNEWPARTICLEMGR_H__ /***************************************************************************** ** Includes ** *****************************************************************************/ #include /***************************************************************************** ** Defines ** *****************************************************************************/ namespace Nx { /***************************************************************************** ** Class Definitions ** *****************************************************************************/ class CPs2NewParticleManager : public CNewParticleManager { protected: virtual CNewParticle* plat_create_particle( void ); }; /***************************************************************************** ** Private Declarations ** *****************************************************************************/ /***************************************************************************** ** Private Prototypes ** *****************************************************************************/ /***************************************************************************** ** Public Declarations ** *****************************************************************************/ /***************************************************************************** ** Public Prototypes ** *****************************************************************************/ /***************************************************************************** ** Inline Functions ** *****************************************************************************/ /******************************************************************/ /* */ /* */ /******************************************************************/ } // namespace Nx #endif // __GFX_NGPS__P_NXNEWPARTICLEMGR_H__