[studio,nostalgia/gfx] Add system for adding sub-commands in Modules, add export-tilesheet command
All checks were successful
Build / build (push) Successful in 1m16s
All checks were successful
Build / build (push) Successful in 1m16s
This commit is contained in:
@ -10,6 +10,9 @@
|
||||
|
||||
namespace studio {
|
||||
|
||||
[[nodiscard]]
|
||||
ox::Vector<Module const*> const &modules() noexcept;
|
||||
|
||||
void registerModule(Module const*) noexcept;
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user