[studio] Put StudioAppLib in studio namespace

This commit is contained in:
2023-06-03 19:35:40 -05:00
parent 6137a2b892
commit ff242e3488
16 changed files with 61 additions and 14 deletions
+3 -2
View File
@@ -13,6 +13,8 @@
#include <studio/context.hpp>
#include "studioapp.hpp"
namespace studio {
class StudioUIDrawer: public turbine::gl::Drawer {
private:
StudioUI *m_ui = nullptr;
@@ -58,8 +60,6 @@ static ox::Error runApp(
return err;
}
namespace studio {
int main(
const char *appName,
ox::String projectDataDir,
@@ -87,3 +87,4 @@ int main(
}
}