mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-14 23:26:07 +00:00
@@ -6,6 +6,7 @@
|
||||
#include "MetroidPrime/TGameTypes.hpp"
|
||||
|
||||
#include "Kyoto/Graphics/CColor.hpp"
|
||||
#include "Kyoto/Graphics/CGraphics.hpp"
|
||||
#include "Kyoto/IObjectStore.hpp"
|
||||
#include "Kyoto/Math/CAABox.hpp"
|
||||
#include "Kyoto/Math/CTransform4f.hpp"
|
||||
@@ -19,23 +20,6 @@
|
||||
#include "rstl/single_ptr.hpp"
|
||||
#include "rstl/vector.hpp"
|
||||
|
||||
|
||||
enum ERglFogMode {
|
||||
kRFM_None = GX_FOG_NONE,
|
||||
|
||||
kRFM_PerspLin = GX_FOG_PERSP_LIN,
|
||||
kRFM_PerspExp = GX_FOG_PERSP_EXP,
|
||||
kRFM_PerspExp2 = GX_FOG_ORTHO_EXP2,
|
||||
kRFM_PerspRevExp = GX_FOG_PERSP_REVEXP,
|
||||
kRFM_PerspRevExp2 = GX_FOG_PERSP_REVEXP2,
|
||||
|
||||
kRFM_OrthoLin = GX_FOG_ORTHO_LIN,
|
||||
kRFM_OrthoExp = GX_FOG_ORTHO_EXP,
|
||||
kRFM_OrthoExp2 = GX_FOG_ORTHO_EXP2,
|
||||
kRFM_OrthoRevExp = GX_FOG_ORTHO_REVEXP,
|
||||
kRFM_OrthoRevExp2 = GX_FOG_ORTHO_REVEXP2,
|
||||
};
|
||||
|
||||
class IGameArea {
|
||||
public:
|
||||
virtual ~IGameArea();
|
||||
|
||||
Reference in New Issue
Block a user