feat: saving/loading resource entries

This commit is contained in:
MihailRis
2024-07-11 21:56:27 +03:00
parent ca8652ffab
commit 45c4da048c
9 changed files with 63 additions and 8 deletions
+2
View File
@@ -15,4 +15,6 @@ enum class ResourceType : size_t {
LAST=CAMERA
};
inline constexpr auto RESOURCE_TYPES_COUNT = static_cast<size_t>(ResourceType::LAST)+1;
#endif // CONTENT_CONTENT_FWD_HPP_