X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fui.h;h=088fb8288129d6f8f2fb930e08dd0c30cb9b13fa;hb=0429831551b044dc8e4d6ba7c842e1ce4761ed69;hp=dbd693dbabe3680bfe4fa712d518ee0b348d1509;hpb=017ce4cb4c27802eb620227fd822f5e4e03efa3b;p=laserbrain_demo diff --git a/src/ui.h b/src/ui.h index dbd693d..088fb82 100644 --- a/src/ui.h +++ b/src/ui.h @@ -9,6 +9,9 @@ void show_message(const char *fmt, ...); void show_message(long timeout, const Vec3 &color, const char *fmt, ...); void show_messagev(long timeout, const Vec3 &color, const char *fmt, va_list ap); +void print_text(const Vec2 &pos, const Vec3 &color, const char *fmt, ...); +void print_textv(const Vec2 &pos, const Vec3 &color, const char *fmt, va_list ap); + void draw_ui(); #endif // UI_H_