blob: 60f3e11459438bec2264e30cfab2a37b0fb91194 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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_ */
|