[nostalgia] Cleanup

This commit is contained in:
Gary Talent 2023-06-03 16:34:01 -05:00
parent e1a8c6de01
commit c6706f743d
3 changed files with 0 additions and 12 deletions

View File

@ -3,7 +3,6 @@ add_library(
context.cpp
gfx.cpp
keelmodule.cpp
tilesheet.cpp
typeconv.cpp
)

View File

@ -1,9 +0,0 @@
/*
* Copyright 2016 - 2023 Gary Talent (gary@drinkingtea.net). All rights reserved.
*/
#include "tilesheet.hpp"
namespace nostalgia::core {
}

View File

@ -6,8 +6,6 @@
#include <keel/media.hpp>
#include <nostalgia/core/core.hpp>
#include <nostalgia/appmodules/keelmodules.hpp>
#include "app.hpp"