Fix build

This commit is contained in:
Henrique Gemignani Passos Lima 2022-12-01 18:16:32 +02:00
parent 552dc65a2c
commit 603d2ac81e
No known key found for this signature in database
GPG Key ID: E224F951761145F8
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_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 kEnvModulateConstColor;
static CTevCombiners::CTevPass kEnvConstColor;

View File

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