(NDK) Added Listener component and system
Former-commit-id: 0553c4ad9a7e33608e9ab91bd4ca8812272a6293
This commit is contained in:
10
SDK/src/NDK/Components/ListenerComponent.cpp
Normal file
10
SDK/src/NDK/Components/ListenerComponent.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/ListenerComponent.hpp>
|
||||
|
||||
namespace Ndk
|
||||
{
|
||||
ComponentIndex ListenerComponent::componentIndex;
|
||||
}
|
||||
@@ -6,5 +6,5 @@
|
||||
|
||||
namespace Ndk
|
||||
{
|
||||
ComponentIndex NodeComponent::componentIndex = 0;
|
||||
ComponentIndex NodeComponent::componentIndex;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user