[nostalgia] Move pack transforms to modules
This commit is contained in:
@@ -20,6 +20,8 @@ class Module {
|
||||
constexpr virtual ~Module() noexcept = default;
|
||||
[[nodiscard]]
|
||||
virtual ox::Vector<foundation::BaseConverter*> converters() const noexcept;
|
||||
[[nodiscard]]
|
||||
virtual ox::Vector<PackTransform> packTransforms() const noexcept;
|
||||
};
|
||||
|
||||
void registerModule(const Module *mod) noexcept;
|
||||
|
||||
Reference in New Issue
Block a user