mirror of
https://github.com/thug1src/thug.git
synced 2025-01-21 21:33:46 +00:00
28 lines
774 B
C++
28 lines
774 B
C++
//****************************************************************************
|
|
//* MODULE: Gfx
|
|
//* FILENAME: p_nxParticle.h
|
|
//* OWNER: Dave Cowling
|
|
//* CREATION DATE: 3/27/2002
|
|
//****************************************************************************
|
|
|
|
#ifndef __GFX_P_NX_PARTICLE_H__
|
|
#define __GFX_P_NX_PARTICLE_H__
|
|
|
|
#include "gfx/nxparticle.h"
|
|
#include "gfx/xbox/nx/particles.h"
|
|
|
|
namespace Nx
|
|
{
|
|
|
|
/******************************************************************/
|
|
/* */
|
|
/* */
|
|
/******************************************************************/
|
|
|
|
} // Nx
|
|
|
|
#endif
|
|
|
|
|
|
|