blob: c26746644267f462acd2ed4ab9980c318fe32f97 (
plain)
1
2
3
4
5
6
|
B32 inrect(V2 pos, V2 start, V2 end);
void beginui(Shader shader, PRGEWindow wnd);
void endui(void);
B32 button(PRGEContext *prgectx, Shader shader, const char *name, V2 center, F32 w, F32 h);
|