From 1c1625070ebd747bd5e939c50bf4b358e89aa3d2 Mon Sep 17 00:00:00 2001 From: Lynix Date: Thu, 31 Mar 2016 21:15:10 +0200 Subject: [PATCH] Sdk: Add GraphicsComponentHandle Former-commit-id: 437240bf060a20c92f29c03a8f913fc7355dab05 --- SDK/include/NDK/Components/GraphicsComponent.hpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/SDK/include/NDK/Components/GraphicsComponent.hpp b/SDK/include/NDK/Components/GraphicsComponent.hpp index 4a32f90e5..f8fa2bf66 100644 --- a/SDK/include/NDK/Components/GraphicsComponent.hpp +++ b/SDK/include/NDK/Components/GraphicsComponent.hpp @@ -13,7 +13,11 @@ namespace Ndk { - class NDK_API GraphicsComponent : public Component + class GraphicsComponent; + + using GraphicsComponentHandle = Nz::ObjectHandle; + + class NDK_API GraphicsComponent : public Component, public Nz::HandledObject { friend class RenderSystem;