(NDK) Added NodeComponent

Former-commit-id: 61b970c31a12a1b128e72c4754590528b6c1b4d6
This commit is contained in:
Lynix
2015-04-07 17:39:45 +02:00
parent 46d125d205
commit 1bd45731cd
4 changed files with 64 additions and 0 deletions

View File

@@ -13,6 +13,7 @@
#include <Nazara/Utility/Utility.hpp>
#include <NDK/Algorithm.hpp>
#include <NDK/BaseSystem.hpp>
#include <NDK/Components/NodeComponent.hpp>
namespace Ndk
{
@@ -44,6 +45,7 @@ namespace Ndk
BaseSystem::Initialize();
// Composants
InitializeComponent<NodeComponent>("NdkNode");
NazaraNotice("Initialized: SDK");
return true;