[nostalgia,studio] Make studio a library
This commit is contained in:
17
src/studio/applib/include/studioapp/studioapp.hpp
Normal file
17
src/studio/applib/include/studioapp/studioapp.hpp
Normal file
@@ -0,0 +1,17 @@
|
||||
/*
|
||||
* Copyright 2016 - 2023 Gary Talent (gary@drinkingtea.net). All rights reserved.
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <ox/std/string.hpp>
|
||||
|
||||
namespace studio {
|
||||
|
||||
int main(
|
||||
const char *appName,
|
||||
ox::String projectDataDir,
|
||||
[[maybe_unused]] int argc,
|
||||
[[maybe_unused]] const char **argv);
|
||||
|
||||
}
|
Reference in New Issue
Block a user