diff --git a/src/jasper/modules/core/include/jasper/core/animpage.hpp b/src/jasper/modules/core/include/jasper/core/animpage.hpp index 520ff26..29a9c52 100644 --- a/src/jasper/modules/core/include/jasper/core/animpage.hpp +++ b/src/jasper/modules/core/include/jasper/core/animpage.hpp @@ -11,9 +11,9 @@ namespace jasper::core { struct AnimPage { - constexpr static auto TypeName = "net.drinkingtea.nostalgia.core.AnimPage"; - constexpr static auto TypeVersion = 1; - constexpr static auto Preloadable = true; + static constexpr auto TypeName = "net.drinkingtea.jasper.core.AnimPage"; + static constexpr auto TypeVersion = 1; + static constexpr auto Preloadable = true; ox::String tilesheetPath; ox::String subsheetPath; };