Sdk: Add GraphicsComponentHandle
Former-commit-id: 437240bf060a20c92f29c03a8f913fc7355dab05
This commit is contained in:
parent
64cd5e0cf3
commit
1c1625070e
|
|
@ -13,7 +13,11 @@
|
||||||
|
|
||||||
namespace Ndk
|
namespace Ndk
|
||||||
{
|
{
|
||||||
class NDK_API GraphicsComponent : public Component<GraphicsComponent>
|
class GraphicsComponent;
|
||||||
|
|
||||||
|
using GraphicsComponentHandle = Nz::ObjectHandle<GraphicsComponent>;
|
||||||
|
|
||||||
|
class NDK_API GraphicsComponent : public Component<GraphicsComponent>, public Nz::HandledObject<GraphicsComponent>
|
||||||
{
|
{
|
||||||
friend class RenderSystem;
|
friend class RenderSystem;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue