X-Git-Url: http://git.mutantstargoat.com?p=lighthouse;a=blobdiff_plain;f=src%2Fui.h;fp=src%2Fui.h;h=c2b519de590c27f81a70f95293975a98af470c27;hp=0000000000000000000000000000000000000000;hb=9b811ea924fd4def0b2b6e55757199a3fb5b5718;hpb=52c92982b43e45e841c06443e354f90e0c450d89 diff --git a/src/ui.h b/src/ui.h new file mode 100644 index 0000000..c2b519d --- /dev/null +++ b/src/ui.h @@ -0,0 +1,11 @@ +#ifndef UI_H_ +#define UI_H_ + +bool init_ui(); +void destroy_ui(); + +void ui(); + +void gl_printf(int x, int y, const char *fmt, ...); + +#endif /* UI_H_ */