mirror of
https://github.com/thug1src/thug.git
synced 2025-01-22 05:43:47 +00:00
32 lines
841 B
C++
32 lines
841 B
C++
//****************************************************************************
|
|
//* MODULE: Gfx
|
|
//* FILENAME: p_nxParticle.h
|
|
//* OWNER: Paul Robinson
|
|
//* CREATION DATE: 3/27/2002
|
|
//****************************************************************************
|
|
|
|
#ifndef __GFX_P_NX_PARTICLE_H__
|
|
#define __GFX_P_NX_PARTICLE_H__
|
|
|
|
#include "gfx/nxparticle.h"
|
|
#include "gfx/ngc/nx/render.h"
|
|
|
|
namespace Nx
|
|
{
|
|
|
|
/******************************************************************/
|
|
/* */
|
|
/* */
|
|
/******************************************************************/
|
|
|
|
NxNgc::BlendModes get_texture_blend( uint32 blend_checksum );
|
|
|
|
} // Nx
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|