Gary Talent b6f1bdbbcd
All checks were successful
Build / build (push) Successful in 1m28s
Merge commit '47eee1d56d591e3631d16e95a78ea3629ee312ee'
2025-05-30 23:38:53 -05:00

16 lines
232 B
C++

/*
* Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved.
*/
#pragma once
#include <ox/std/string.hpp>
#include <studio/module.hpp>
namespace studio {
void registerModule(Module const*) noexcept;
}