fix typo include (#658)

Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
This commit is contained in:
coco875
2024-08-01 05:10:19 +02:00
committed by GitHub
parent 8f44a7e07e
commit b1161c2ce8
13 changed files with 13 additions and 12 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
#include <PR/mbi.h>
#include <PR/ultratypes.h>
#include "common_structs.h"
#include <common_structs.h>
#define GU_PI 3.1415926
/* Functions */
+1 -1
View File
@@ -36,7 +36,7 @@ extern "C" {
#endif
#include <PR/ultratypes.h>
#include "PR/os_message.h"
#include <PR/os_message.h>
#if defined(_LANGUAGE_C) || defined(_LANGUAGE_C_PLUS_PLUS)
+1
View File
@@ -38,6 +38,7 @@ typedef double f64;
typedef u32 size_t;
typedef s32 ssize_t;
typedef u32 uintptr_t;
typedef u8 uint8_t;
typedef s32 intptr_t;
typedef s32 ptrdiff_t;
#else