Project imported into KDevelop
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user