mirror of https://github.com/PrimeDecomp/prime.git
parent
90f941ccb6
commit
ee0a9cdf51
|
@ -289,9 +289,6 @@ public:
|
||||||
static void sub_80309564(uint* stretch, uint* xOffset, uint* yOffset);
|
static void sub_80309564(uint* stretch, uint* xOffset, uint* yOffset);
|
||||||
static void sub_803094b0(uint stretch, uint xOffset, uint yOffset);
|
static void sub_803094b0(uint stretch, uint xOffset, uint yOffset);
|
||||||
|
|
||||||
// Render
|
|
||||||
static void Render2D(const CTexture& tex, int x, int y, int w, int h, const CColor& col);
|
|
||||||
|
|
||||||
static CTevCombiners::CTevPass& kEnvPassthru;
|
static CTevCombiners::CTevPass& kEnvPassthru;
|
||||||
static CTevCombiners::CTevPass kEnvModulateConstColor;
|
static CTevCombiners::CTevPass kEnvModulateConstColor;
|
||||||
static CTevCombiners::CTevPass kEnvConstColor;
|
static CTevCombiners::CTevPass kEnvConstColor;
|
||||||
|
|
|
@ -10,6 +10,7 @@
|
||||||
|
|
||||||
class CAABox;
|
class CAABox;
|
||||||
class CSphere;
|
class CSphere;
|
||||||
|
class CTransform4f;
|
||||||
|
|
||||||
class CFrustumPlanes {
|
class CFrustumPlanes {
|
||||||
public:
|
public:
|
||||||
|
|
Loading…
Reference in New Issue