summaryrefslogtreecommitdiff
path: root/include/user/gxm.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--include/user/gxm.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/include/user/gxm.h b/include/user/gxm.h
new file mode 100644
index 0000000..60f3e11
--- /dev/null
+++ b/include/user/gxm.h
@@ -0,0 +1,18 @@
+#ifndef _DOLCESDK_PSP2_GXM_INTERNAL_H_
+#define _DOLCESDK_PSP2_GXM_INTERNAL_H_
+
+/** @file
+
+ Helper include file that includes all public headers.
+*/
+
+#include <psp2/gxm.h>
+
+#include <psp2/gxm/context_internal.h>
+#include <psp2/gxm/init_internal.h>
+#include <psp2/gxm/memory_internal.h>
+#include <psp2/gxm/render_target_internal.h>
+#include <psp2/gxm/shader_patcher_internal.h>
+#include <psp2/gxm/sync_object_internal.h>
+
+#endif /* _DOLCESDK_PSP2_GXM_INTERNAL_H_ */