[nostalgia/player] Split player application logic into separate files

This commit is contained in:
2021-03-31 00:33:31 -05:00
parent 98272b4da7
commit 134f5593e2
4 changed files with 64 additions and 42 deletions
+11
View File
@@ -0,0 +1,11 @@
/*
* Copyright 2016 - 2021 gary@drinkingtea.net
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#include <ox/fs/fs.hpp>
ox::Error run(ox::FileSystem *fs);