diff options
Diffstat (limited to 'dogs.h')
-rw-r--r-- | dogs.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -22,6 +22,7 @@ void dogs_clear(); void dogs_flush(); void draw_pixel(int x, int y, bool state); +void draw_rect(int x, int y, int w, int h); void draw_bitmap(int x, int y, const unsigned char *buffer); void draw_number(int x, int y, int number); |