diff options
Diffstat (limited to 'include/user/gxm.h')
-rw-r--r-- | include/user/gxm.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/include/user/gxm.h b/include/user/gxm.h deleted file mode 100644 index 60f3e11..0000000 --- a/include/user/gxm.h +++ /dev/null @@ -1,18 +0,0 @@ -#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_ */ |