thug/Code/Gfx/NGPS/NX/fx.h
2016-02-14 08:39:12 +11:00

18 lines
221 B
C++

#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