Skip to content

Commit 5d6be8f

Browse files
committed
Add missing forward declaration in CEnvFxManager
1 parent d804708 commit 5d6be8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Runtime/World/CEnvFxManager.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class CVectorFixed8_8 {
4646
}
4747
zeus::CVector3f toVec3f() const { return {x / 256.f, y / 256.f, z / 256.f}; }
4848
};
49-
49+
class CEnvFxManager;
5050
class CEnvFxManagerGrid {
5151
friend class CEnvFxManager;
5252
friend class CEnvFxShaders;

0 commit comments

Comments
 (0)