Просмотр исходного кода

String renamed to StringUtils because windows sucks

mikymod 12 лет назад
Родитель
Сommit
013f191ccd

+ 1 - 1
src/core/Args.h

@@ -28,7 +28,7 @@ OTHER DEALINGS IN THE SOFTWARE.
 
 #include "Assert.h"
 #include "Types.h"
-#include "String.h"
+#include "StringUtils.h"
 
 namespace crown
 {

+ 1 - 1
src/core/Log.h

@@ -29,7 +29,7 @@ OTHER DEALINGS IN THE SOFTWARE.
 #include <cstdio>
 #include <cstdarg>
 #include "Types.h"
-#include "String.h"
+#include "StringUtils.h"
 
 namespace crown
 {

+ 1 - 1
src/core/filesystem/Filesystem.h

@@ -26,7 +26,7 @@ OTHER DEALINGS IN THE SOFTWARE.
 
 #pragma once
 
-#include "String.h"
+#include "StringUtils.h"
 #include "OS.h"
 #include "File.h"
 #include "MallocAllocator.h"

+ 1 - 1
src/core/filesystem/TextWriter.cpp

@@ -26,7 +26,7 @@ OTHER DEALINGS IN THE SOFTWARE.
 
 #include "TextWriter.h"
 #include "File.h"
-#include "String.h"
+#include "StringUtils.h"
 
 namespace crown
 {

+ 0 - 0
src/core/strings/String.h → src/core/strings/StringUtils.h


+ 1 - 1
tests/paths.cpp

@@ -1,4 +1,4 @@
-#include "String.h"
+#include "StringUtils.h"
 #include "Path.h"
 #include "Assert.h"
 #include <stdio.h>

+ 1 - 1
tests/strings.cpp

@@ -1,4 +1,4 @@
-#include "String.h"
+#include "StringUtils.h"
 #include "Assert.h"
 #include <stdio.h>