From 93419ee676afecc3d8647cd27fc9504221d6353d Mon Sep 17 00:00:00 2001 From: citrons Date: Thu, 12 Oct 2023 21:58:15 -0500 Subject: display count of objects collected --- counter.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 counter.h (limited to 'counter.h') diff --git a/counter.h b/counter.h new file mode 100644 index 0000000..7dcb97c --- /dev/null +++ b/counter.h @@ -0,0 +1,10 @@ +#ifndef COUNTER_H +#define COUNTER_H + +#include + +int draw_counter(SDL_Renderer *rend, + SDL_Point screen_pos, double size, SDL_Color color, + int number, int digits); + +#endif -- cgit v1.2.3