[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

This commit is contained in:
2025-07-24 01:25:32 -05:00
parent fdf39d1a25
commit 0c866d1b96
15 changed files with 326 additions and 17 deletions

View File

@ -10,6 +10,9 @@
namespace studio {
[[nodiscard]]
ox::Vector<Module const*> const &modules() noexcept;
void registerModule(Module const*) noexcept;
}