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
@@ -15,7 +15,7 @@ namespace InputEngine {
cKey( const cKey& copy );
virtual ~cKey();
/// Funtions
/// Functions
/* Call to check if the key is pressed */
virtual void KeyPress();
/* Call to check if the key is released */
@@ -31,6 +31,7 @@ namespace InputEngine {
private:
private:
/// Variables
SDL_Keycode m_key;
};/// END CLASS DEFINITION cKey
}/// END NAMESPACE DEFINITION InputEngine