Project imported into KDevelop

This commit is contained in:
2021-01-29 22:20:54 -05:00
parent e89d9c577f
commit 618bda931e
9 changed files with 16 additions and 262 deletions

View File

@ -29,7 +29,7 @@ public:
void render();
void clean();
void printDebug(char* debugInfo);
void drawLine(Vector2D srcpt, Vector2D destpt, int red, int green, int blue);
// 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);
static SDL_Renderer *renderer;