first commit
This commit is contained in:
34
lib/EventManager/trunk/source/EventManager.cpp
Normal file
34
lib/EventManager/trunk/source/EventManager.cpp
Normal file
@@ -0,0 +1,34 @@
|
||||
/** Includes ***********************/
|
||||
#include "EventManager/EventManager.h"
|
||||
|
||||
/** Macros *************************/
|
||||
|
||||
/** Variables **********************/
|
||||
|
||||
/** Forward Declarations ***********/
|
||||
|
||||
/** Implementations ****************/
|
||||
namespace CKG
|
||||
{
|
||||
namespace Lib
|
||||
{
|
||||
namespace EventManager
|
||||
{
|
||||
/*!
|
||||
\brief Default EventManager constructor
|
||||
*/
|
||||
EventManager::EventManager()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
/*!
|
||||
\brief Destructs the Event Manager
|
||||
*/
|
||||
EventManager::~EventManager()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user