blob: 72fc11a53236cc67f07cbba83bedd1b32a4a8f73 (
plain)
1
2
3
4
5
6
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 */
|