(NDK) Added NodeComponent
Former-commit-id: 61b970c31a12a1b128e72c4754590528b6c1b4d6
This commit is contained in:
10
SDK/src/NDK/Components/NodeComponent.cpp
Normal file
10
SDK/src/NDK/Components/NodeComponent.cpp
Normal file
@@ -0,0 +1,10 @@
|
||||
// Copyright (C) 2015 Jérôme Leclercq
|
||||
// This file is part of the "Nazara Development Kit"
|
||||
// For conditions of distribution and use, see copyright notice in Prerequesites.hpp
|
||||
|
||||
#include <NDK/Components/NodeComponent.hpp>
|
||||
|
||||
namespace Ndk
|
||||
{
|
||||
ComponentIndex NodeComponent::componentIndex = 0;
|
||||
}
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user