[olympic] Move keel, turbine, and studio to olympic
This commit is contained in:
15
src/olympic/studio/applib/include/studioapp/studioapp.hpp
Normal file
15
src/olympic/studio/applib/include/studioapp/studioapp.hpp
Normal file
@ -0,0 +1,15 @@
|
||||
/*
|
||||
* Copyright 2016 - 2023 Gary Talent (gary@drinkingtea.net). All rights reserved.
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <ox/std/string.hpp>
|
||||
|
||||
#include <studio/module.hpp>
|
||||
|
||||
namespace studio {
|
||||
|
||||
void registerModule(const studio::Module*) noexcept;
|
||||
|
||||
}
|
Reference in New Issue
Block a user