From 47a1bdea8872c79dd2cd7d75ca7f254b9ed13170 Mon Sep 17 00:00:00 2001 From: Max Date: Thu, 29 Oct 2020 14:27:37 -0400 Subject: match up to func_801DCFE4, add string.h and stdlib.h, add types.h to Makefile include path, and move GameSpy under DWC --- include/SDK/nand.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/SDK/nand.h') diff --git a/include/SDK/nand.h b/include/SDK/nand.h index c20ee68..463ef89 100644 --- a/include/SDK/nand.h +++ b/include/SDK/nand.h @@ -5,7 +5,8 @@ extern "C" { #endif -#include "SDK/NAND/NANDCore.h" +#include +#include #ifdef __cplusplus } -- cgit v1.2.3 From d96e18f2d6f0c92639929523051d3bd2c787333b Mon Sep 17 00:00:00 2001 From: Max Date: Fri, 30 Oct 2020 02:05:35 -0400 Subject: match up to func_801DD294 --- include/SDK/nand.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/SDK/nand.h') diff --git a/include/SDK/nand.h b/include/SDK/nand.h index 463ef89..1e055e2 100644 --- a/include/SDK/nand.h +++ b/include/SDK/nand.h @@ -5,6 +5,7 @@ extern "C" { #endif +#include #include #include -- cgit v1.2.3