removed TODO
This commit is contained in:
@@ -8,7 +8,7 @@ char cPlayfield[3][3] = {
|
|||||||
char *ptrPlayfield;
|
char *ptrPlayfield;
|
||||||
char currentUser;
|
char currentUser;
|
||||||
|
|
||||||
int running = 1; // TODO: find bool and convert to it
|
int running = 1;
|
||||||
int counter = 1;
|
int counter = 1;
|
||||||
|
|
||||||
void renderPlayfield();
|
void renderPlayfield();
|
||||||
|
|||||||
Reference in New Issue
Block a user