summaryrefslogtreecommitdiff
path: root/counter.h
diff options
context:
space:
mode:
Diffstat (limited to 'counter.h')
-rw-r--r--counter.h10
1 files changed, 10 insertions, 0 deletions
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 <SDL.h>
+
+int draw_counter(SDL_Renderer *rend,
+ SDL_Point screen_pos, double size, SDL_Color color,
+ int number, int digits);
+
+#endif