mirror of
https://github.com/thug1src/thug.git
synced 2025-01-22 05:43:47 +00:00
18 lines
221 B
C++
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
|