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
@@ -44,9 +44,16 @@ namespace VideoEngine {
/* Draws the sprite to the video buffer with out positioning it */
void DefaltDraw();
/* Adds X to the position of the sprite */
void AddPosX( const signed long int x );
/* Adds Y to the position of the sprite */
void AddPosY( const signed long int y );
/* Adds X and Y to the position of the sprite */
void AddPosXPosY( const signed long int x, const signed long int y );
/* Adds X and Y to the Position of the sprite via iVector2 */
void AddPosXPosY( const MathEngine::iVector2& addPos = MathEngine::iVector2(0, 0) );
/* Saves the Image to the given file name and directory via cRenderer's SaveTextrue()*/
void SaveImage( const cString& fileName, const cString& dir = "" );
/// Sets