summaryrefslogtreecommitdiff
path: root/prge_window.h
diff options
context:
space:
mode:
authorpryazha <pryadeiniv@mail.ru>2025-06-15 16:07:54 +0500
committerpryazha <pryadeiniv@mail.ru>2025-06-15 16:07:54 +0500
commitf30a4eba44c77d5c743fe9308dc697a3225e8dd8 (patch)
treec171da2e8d1127409e2ffe9e56e2e027bac48e28 /prge_window.h
parent92a8eb610f40c9770569ca63ca1bd705a6d3497d (diff)
i don't even know
Diffstat (limited to 'prge_window.h')
-rw-r--r--prge_window.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/prge_window.h b/prge_window.h
deleted file mode 100644
index 5d9d086..0000000
--- a/prge_window.h
+++ /dev/null
@@ -1,4 +0,0 @@
-#define PRGE_WINDOW_DEPTH_TEST 0x1
-#define PRGE_WINDOW_MULTISAMPLE 0x10
-
-PRGEWindow init_window(S32 w, S32 h, const char *name, U32 flags);