diff options
author | pryazha <pryadeiniv@mail.ru> | 2025-03-19 08:46:04 +0500 |
---|---|---|
committer | pryazha <pryadeiniv@mail.ru> | 2025-03-19 08:46:04 +0500 |
commit | b1389bad67cccd3da6815c2d5a436c177f09594b (patch) | |
tree | 393dee77b5faef3cfd6e78eda8ac07273cdcc85e /prge_gui.h | |
parent | 34821e9fefb0d7cbf9e72a2457b2901edbbe03bb (diff) |
window, texture, model, camera and gui (silly button)
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 */ |