Daniele Bartolini пре 10 година
родитељ
комит
bf4d69fc9b
2 измењених фајлова са 2 додато и 2 уклоњено
  1. 0 2
      src/core/strings/string_id.h
  2. 2 0
      src/core/strings/string_types.h

+ 0 - 2
src/core/strings/string_id.h

@@ -76,6 +76,4 @@ inline bool operator<(const StringId64& a, const StringId64& b)
 }
 /// @}
 
-typedef StringId64 ResourceId;
-
 } // namespace crown

+ 2 - 0
src/core/strings/string_types.h

@@ -15,6 +15,8 @@ struct FixedString;
 struct StringId32;
 struct StringId64;
 
+typedef StringId64 ResourceId;
+
 /// Stream of characters.
 ///
 /// @ingroup String