Add TODO about goal glow (#58)

master
rexim 2018-01-17 00:46:31 +07:00
parent 3d8c94958a
commit 341bfa5b67
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ typedef struct goals_t goals_t;
typedef struct SDL_Renderer SDL_Renderer;
// TODO: implement goal hiding mechanism
// TODO: add some glow to the goal to make it stand out
goals_t *create_goals_from_stream(FILE *stream);
void destroy_goals(goals_t *goals);