diff options
Diffstat (limited to 'include/user/gxm/internal.h')
-rw-r--r-- | include/user/gxm/internal.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/include/user/gxm/internal.h b/include/user/gxm/internal.h index c3cfc5b..1be3fc9 100644 --- a/include/user/gxm/internal.h +++ b/include/user/gxm/internal.h @@ -1,11 +1,9 @@ #ifndef _DOLCESDK_PSP2_GXM_INTERNAL_H_ #define _DOLCESDK_PSP2_GXM_INTERNAL_H_ -#include <stdbool.h> -#include <psp2/types.h> -#include <psp2/gxm/constants.h> -#include <psp2/gxm/errors.h> -#include <psp2/gxm/structs.h> +#include <psp2/gxm/error.h> +#include <psp2/gxm/render_target.h> +#include <psp2/gxm/types.h> #ifdef __cplusplus extern "C" { |