diff options
Diffstat (limited to 'counter.h')
| -rw-r--r-- | counter.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ #include <SDL.h> int draw_counter(SDL_Renderer *rend, - SDL_Point screen_pos, double size, SDL_Color color, + SDL_Point screen_pos, int size, SDL_Color color, int number, int digits); #endif |
