Add MathEngineTest and Commects and clean ups

This commit is contained in:
2018-08-18 20:50:06 -04:00
parent bd3c111fa1
commit a815367c9d
52 changed files with 386 additions and 144 deletions
@@ -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