summaryrefslogtreecommitdiff
path: root/prge_gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'prge_gui.h')
-rw-r--r--prge_gui.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/prge_gui.h b/prge_gui.h
deleted file mode 100644
index c267466..0000000
--- a/prge_gui.h
+++ /dev/null
@@ -1,6 +0,0 @@
-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);