thug/Code/Gfx/NGPS/NX/fx.h

18 lines
221 B
C
Raw Permalink Normal View History

2016-02-13 21:39:12 +00:00
#ifndef __NX_NGPS_FX_H
#define __NX_NGPS_FX_H
namespace NxPs2
{
namespace Fx
{
void SetupFogPalette(uint32 FogRGBA, float Exponent);
} // namespace Fx
} // namespace NxPs2
#endif // __NX_NGPS_FX_H