From 2718ac33e30d43758fcaa1329dddb2322557e788 Mon Sep 17 00:00:00 2001 From: Luke Street Date: Sun, 15 Dec 2024 13:37:27 -0700 Subject: [PATCH] Rename string.h -> String.h --- include/Animator.h | 2 +- include/{string.h => String.h} | 0 include/gameflow.h | 2 +- src/plugPikiColin/animMgr.cpp | 2 +- src/sysCommon/shapeBase.cpp | 2 +- src/sysCommon/stream.cpp | 2 +- 6 files changed, 5 insertions(+), 5 deletions(-) rename include/{string.h => String.h} (100%) diff --git a/include/Animator.h b/include/Animator.h index 2ca23a48..4734a302 100644 --- a/include/Animator.h +++ b/include/Animator.h @@ -9,7 +9,7 @@ #include "GfxObject.h" #include "Parameters.h" #include "Ayu.h" -#include "string.h" +#include "String.h" struct AnimMgr; struct BaseShape; diff --git a/include/string.h b/include/String.h similarity index 100% rename from include/string.h rename to include/String.h diff --git a/include/gameflow.h b/include/gameflow.h index 6970c8fd..aab6a39a 100644 --- a/include/gameflow.h +++ b/include/gameflow.h @@ -6,7 +6,7 @@ #include "MemoryCard.h" #include "LoadIdler.h" #include "Parameters.h" -#include "string.h" +#include "String.h" #include "WorldClock.h" #include "Ayu.h" diff --git a/src/plugPikiColin/animMgr.cpp b/src/plugPikiColin/animMgr.cpp index f316dc15..d48f454d 100644 --- a/src/plugPikiColin/animMgr.cpp +++ b/src/plugPikiColin/animMgr.cpp @@ -1,7 +1,7 @@ #include "Animator.h" #include "Ayu.h" #include "Parameters.h" -#include "string.h" +#include "String.h" #include "stl/string.h" #include "Shape.h" #include "system.h" diff --git a/src/sysCommon/shapeBase.cpp b/src/sysCommon/shapeBase.cpp index 04688c08..c2e86f66 100644 --- a/src/sysCommon/shapeBase.cpp +++ b/src/sysCommon/shapeBase.cpp @@ -9,7 +9,7 @@ #include "Texture.h" #include "Vector.h" #include "CmdStream.h" -#include "string.h" +#include "String.h" #include "sysNew.h" #include "system.h" #include "PVW.h" diff --git a/src/sysCommon/stream.cpp b/src/sysCommon/stream.cpp index ee1df79d..4ad6ca97 100644 --- a/src/sysCommon/stream.cpp +++ b/src/sysCommon/stream.cpp @@ -1,6 +1,6 @@ #include "types.h" #include "Stream.h" -#include "string.h" +#include "String.h" /* * --INFO--