summaryrefslogtreecommitdiff
path: root/prge.h
diff options
context:
space:
mode:
authorpryazha <pryadeiniv@mail.ru>2025-02-20 15:10:11 +0500
committerpryazha <pryadeiniv@mail.ru>2025-02-20 15:10:11 +0500
commit34821e9fefb0d7cbf9e72a2457b2901edbbe03bb (patch)
tree59ec69f7d19aa48091b3d39ad0dfd6b26bacb88b /prge.h
initial
Diffstat (limited to 'prge.h')
-rw-r--r--prge.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/prge.h b/prge.h
new file mode 100644
index 0000000..066f1f5
--- /dev/null
+++ b/prge.h
@@ -0,0 +1,17 @@
+#ifndef PRGE_H
+#define PRGE_H
+
+#include "prb.h"
+
+#include "prge_types.h"
+
+#include "prge_input.h"
+#include "prge_input.c"
+
+#include "prge_shader.h"
+#include "prge_shader.c"
+
+#include "prge_mesh.h"
+#include "prge_mesh.c"
+
+#endif /* PRGE_H */