X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fui.h;h=dbd693dbabe3680bfe4fa712d518ee0b348d1509;hb=9802d969be55668e4dcc10fe427b0dcdeb6302be;hp=1ed6c279a45e29465b6e79071df49ff3878a9b27;hpb=c64bd959ffb4034cb288780f13a351b00fb22ca0;p=laserbrain_demo 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();