Merge commit 'dceeaaa9302b7e9ce85fa773fc187bc593f3c93c'

This commit is contained in:
2025-07-24 01:58:27 -05:00
23 changed files with 455 additions and 178 deletions

View File

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