Fix build

Former-commit-id: 603d2ac81e
This commit is contained in:
Henrique Gemignani Passos Lima 2022-12-01 18:16:32 +02:00
parent 90f941ccb6
commit ee0a9cdf51
2 changed files with 1 additions and 3 deletions

View File

@ -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;

View File

@ -10,6 +10,7 @@
class CAABox; class CAABox;
class CSphere; class CSphere;
class CTransform4f;
class CFrustumPlanes { class CFrustumPlanes {
public: public: