Add MathEngineTest and Commects and clean ups
This commit is contained in:
@@ -24,7 +24,7 @@ namespace EventEngine {
|
||||
static cEventControl& Inst();
|
||||
static void Delete();
|
||||
|
||||
//Functions
|
||||
/// Functions
|
||||
const bool Initialize() const;
|
||||
|
||||
const bool Setup();
|
||||
@@ -39,13 +39,14 @@ namespace EventEngine {
|
||||
std::vector<EventEngine::cEvent*>& GetEvents();
|
||||
|
||||
|
||||
///Sets
|
||||
/// Sets
|
||||
|
||||
///Gets
|
||||
/// Gets
|
||||
/* Gets return true if Event was initialized */
|
||||
const bool IsInit() const;
|
||||
|
||||
private:
|
||||
/// Variables
|
||||
std::vector<cEvent*> m_children;
|
||||
static cEventControl* sp_inst;// = nullptr
|
||||
};/// END CLASS DEFINITION cEventControl
|
||||
|
||||
Reference in New Issue
Block a user