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
@@ -38,7 +38,7 @@ namespace GUIHelpers {
static const RGBA DEFAULT = WHITE;
const RGBA StringtoRGBA(const cString& colour);
const RGBA StringtoRGBA( const cString& colour );
}/// END NAMESPACE DEFINITION GUIHelpers
#endif/// END IFNDEF _GUIUTILITY_HPP_