aboutsummaryrefslogtreecommitdiff
path: root/plot.h
diff options
context:
space:
mode:
Diffstat (limited to 'plot.h')
-rw-r--r--plot.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/plot.h b/plot.h
index edde581..75accc8 100644
--- a/plot.h
+++ b/plot.h
@@ -1,5 +1,6 @@
void plot_rect(unsigned int x, unsigned int y, unsigned int width, unsigned int height, struct colour *c);
void plot_cell(unsigned int x, unsigned int y, struct colour *c);
+void plot_text(const char *message, TTF_Font *font, SDL_Color color, int x, int y);
void plot_clear(void);
int plot_init(void);
void plot_update(void);