diff options
Diffstat (limited to 'prge_gui.h')
-rw-r--r-- | prge_gui.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/prge_gui.h b/prge_gui.h new file mode 100644 index 0000000..72fc11a --- /dev/null +++ b/prge_gui.h @@ -0,0 +1,7 @@ +#ifndef PRGE_GUI_H +#define PRGE_GUI_H + +B32 in_rect(V2 pos, V2 start, V2 end); +B32 button(Window *wnd, U32 shader, Input *input, Arena *arena, Str8 name, V2 center, F32 w, F32 h); + +#endif /* PRGE_GUI_H */ |