[nostalgia,studio] Make studio a library

This commit is contained in:
2023-06-03 02:53:15 -05:00
parent 6593d429fe
commit 10d1e860bb
65 changed files with 381 additions and 371 deletions

View 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);
}