mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-07-04 03:15:54 +00:00
Fix build
Former-commit-id: 603d2ac81e85390819bf9509c469f64676e9f6dd
This commit is contained in:
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…
x
Reference in New Issue
Block a user