Update nostalgia to work with file system changes

This commit is contained in:
2018-02-02 01:15:53 -06:00
parent 637c9f24c2
commit f430d6d398
10 changed files with 211 additions and 17 deletions

View File

@@ -6,7 +6,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#include <ox/fs/filesystem.hpp>
#include <ox/fs/fs.hpp>
namespace nostalgia {
namespace core {

View File

@@ -8,7 +8,7 @@
#pragma once
#include <ox/fs/filesystem.hpp>
#include <ox/fs/fs.hpp>
#include "gfx.hpp"
#include "media.hpp"