mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 05:13:58 -07:00
parent
6436ba3af9
commit
cce01f4d6c
3 changed files with 5 additions and 0 deletions
|
|
@ -20,6 +20,8 @@
|
|||
|
||||
class RNSpline;
|
||||
|
||||
namespace Renderer::Backend { class IDeviceCommandContext; }
|
||||
|
||||
struct CColor;
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -30,6 +30,7 @@ class CBrush;
|
|||
class CCamera;
|
||||
class CMatrix3D;
|
||||
class CVector3D;
|
||||
namespace Renderer::Backend { class IDeviceCommandContext; }
|
||||
namespace Renderer::Backend { class IVertexInputLayout; }
|
||||
struct CColor;
|
||||
|
||||
|
|
|
|||
|
|
@ -33,6 +33,8 @@ class AtlasViewGame;
|
|||
class CCanvas2D;
|
||||
class CSimulation2;
|
||||
|
||||
namespace Renderer::Backend { class IDeviceCommandContext; }
|
||||
|
||||
/**
|
||||
* Superclass for all Atlas game views.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue