@@ -76,6 +76,4 @@ inline bool operator<(const StringId64& a, const StringId64& b)
}
/// @}
-typedef StringId64 ResourceId;
-
} // namespace crown
@@ -15,6 +15,8 @@ struct FixedString;
struct StringId32;
struct StringId64;
+typedef StringId64 ResourceId;
+
/// Stream of characters.
///
/// @ingroup String