Add missing forward declarations

This commit is contained in:
Henrique Gemignani Passos Lima 2022-10-28 12:01:30 +03:00
parent 8996496d00
commit 6153e5881f
No known key found for this signature in database
GPG Key ID: E224F951761145F8
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,8 @@ class COsContext;
class CMemorySys;
class CResFactory;
class CAABox;
class CVector2f;
class CVector3f;
class IRenderer {
public: