summaryrefslogtreecommitdiff
path: root/prge.h
diff options
context:
space:
mode:
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 */