[nostalgia/core] Remove unused file

This commit is contained in:
Gary Talent 2020-03-31 21:54:09 -05:00
parent 90c83a492c
commit 23c8a5eefc
4 changed files with 0 additions and 18 deletions

View File

@ -28,7 +28,6 @@ install(
gfx.hpp
media.hpp
mem.hpp
types.hpp
DESTINATION
include/nostalgia/core
)

View File

@ -13,7 +13,6 @@
#include "consts.hpp"
#include "gfx.hpp"
#include "media.hpp"
#include "types.hpp"
namespace nostalgia::core {

View File

@ -11,7 +11,6 @@
#include <ox/std/types.hpp>
#include "context.hpp"
#include "types.hpp"
namespace nostalgia::core {

View File

@ -1,15 +0,0 @@
/*
* Copyright 2016 - 2019 gtalent2@gmail.com
*
* 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/.
*/
#pragma once
#include <ox/fs/fs.hpp>
namespace nostalgia::core {
}