Fixes compilation after #8621

Fixes #8685
This commit is contained in:
Vladislav Belov 2026-01-25 16:27:31 +01:00
parent 6436ba3af9
commit cce01f4d6c
No known key found for this signature in database
GPG key ID: 353545E45DB9CCB3
3 changed files with 5 additions and 0 deletions

View file

@ -20,6 +20,8 @@
class RNSpline;
namespace Renderer::Backend { class IDeviceCommandContext; }
struct CColor;
/**

View file

@ -30,6 +30,7 @@ class CBrush;
class CCamera;
class CMatrix3D;
class CVector3D;
namespace Renderer::Backend { class IDeviceCommandContext; }
namespace Renderer::Backend { class IVertexInputLayout; }
struct CColor;

View file

@ -33,6 +33,8 @@ class AtlasViewGame;
class CCanvas2D;
class CSimulation2;
namespace Renderer::Backend { class IDeviceCommandContext; }
/**
* Superclass for all Atlas game views.
*/