aboutsummaryrefslogtreecommitdiffstats
path: root/dogs.h
diff options
context:
space:
mode:
Diffstat (limited to 'dogs.h')
-rw-r--r--dogs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dogs.h b/dogs.h
index 1ae24bb..d30c6fa 100644
--- a/dogs.h
+++ b/dogs.h
@@ -23,6 +23,7 @@ void dogs_flush();
void draw_pixel(int x, int y, bool state);
void draw_bitmap(int x, int y, const unsigned char *buffer);
+void draw_number(int x, int y, int number);
#endif // DOGS_H_