Working on Collisions

This commit is contained in:
2021-07-10 21:23:45 -04:00
parent de99b127b1
commit 10e5be7a65
6 changed files with 35 additions and 19 deletions

View File

@ -29,7 +29,7 @@ public:
void update();
void render();
void clean();
void printDebug(char* debugInfo);
void printDebug(std::string debugInfo);
static void drawLine(Vector2D srcpt, Vector2D destpt, int red, int green, int blue);
bool running() { return isRunning; }
// static void AddTile(int srcX, int srcY, int xpos, int ypos);