moving along
[vrtris] / src / osd.h
index dc0028b..c475150 100644 (file)
--- 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_ */