X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=laserbrain_demo;a=blobdiff_plain;f=src%2Fui.h;h=dbd693dbabe3680bfe4fa712d518ee0b348d1509;hp=1ed6c279a45e29465b6e79071df49ff3878a9b27;hb=017ce4cb4c27802eb620227fd822f5e4e03efa3b;hpb=31e1ffedb543e048673b7ba969607fbb8214ac9a diff --git a/src/ui.h b/src/ui.h index 1ed6c27..dbd693d 100644 --- a/src/ui.h +++ b/src/ui.h @@ -1,8 +1,13 @@ #ifndef UI_H_ #define UI_H_ +#include +#include + void set_message_timeout(long timeout); 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 draw_ui();