summaryrefslogtreecommitdiff
path: root/prge_window.c
diff options
context:
space:
mode:
Diffstat (limited to 'prge_window.c')
-rw-r--r--prge_window.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/prge_window.c b/prge_window.c
deleted file mode 100644
index f132102..0000000
--- a/prge_window.c
+++ /dev/null
@@ -1,10 +0,0 @@
-PRGEWindow init_window(S32 w, S32 h, const char *name, U32 flags)
-{
- PRGEWindow wnd = {
- .w = w,
- .h = h,
- .name = name,
- .flags = flags
- };
- return wnd;
-}