X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=vrtris;a=blobdiff_plain;f=src%2Fosd.h;h=c475150af0dcce5ba6acd5073c0eea4bb9e3afa0;hp=dc0028b0bd1f0df7407dbf0e0e9da8ed9f4c8c3b;hb=49fdb2457dbb7705501264d519e840dd3ca60919;hpb=2077648d589ede39a1e47d331ba4a8b57dc25970 diff --git a/src/osd.h b/src/osd.h index dc0028b..c475150 100644 --- a/src/osd.h +++ b/src/osd.h @@ -16,6 +16,6 @@ void show_messagev(long timeout, float r, float g, float b, const char *fmt, va_ void print_text(float x, float y, float r, float g, float b, const char *fmt, ...); void print_textv(float x, float y, float r, float g, float b, const char *fmt, va_list ap); -void draw_ui(void); +void draw_osd(void); #endif /* OSD_H_ */