From ac07af702841d7a9a4beeac5ae789a2481e6274f Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sun, 12 Apr 2020 00:17:01 +0200 Subject: [PATCH] - m_png.cpp is common. --- source/CMakeLists.txt | 2 +- source/{core/utility => common/textures}/m_png.cpp | 0 source/{core/utility => common/textures}/m_png.h | 0 wadsrc/static/{engine => }/language.csv | 0 4 files changed, 1 insertion(+), 1 deletion(-) rename source/{core/utility => common/textures}/m_png.cpp (100%) rename source/{core/utility => common/textures}/m_png.h (100%) rename wadsrc/static/{engine => }/language.csv (100%) diff --git a/source/CMakeLists.txt b/source/CMakeLists.txt index b88aa9c18..8fc69ec30 100644 --- a/source/CMakeLists.txt +++ b/source/CMakeLists.txt @@ -717,6 +717,7 @@ set (PCH_SOURCES common/thirdparty/sfmt/SFMT.cpp common/textures/bitmap.cpp + common/textures/m_png.cpp common/console/c_commandline.cpp common/console/c_buttons.cpp common/console/c_bind.cpp @@ -758,7 +759,6 @@ set (PCH_SOURCES #common/engine/palettecontainer.cpp // not yet operational. common/engine/stringtable.cpp - core/utility/m_png.cpp core/utility/stats.cpp core/textures/buildtiles.cpp diff --git a/source/core/utility/m_png.cpp b/source/common/textures/m_png.cpp similarity index 100% rename from source/core/utility/m_png.cpp rename to source/common/textures/m_png.cpp diff --git a/source/core/utility/m_png.h b/source/common/textures/m_png.h similarity index 100% rename from source/core/utility/m_png.h rename to source/common/textures/m_png.h diff --git a/wadsrc/static/engine/language.csv b/wadsrc/static/language.csv similarity index 100% rename from wadsrc/static/engine/language.csv rename to wadsrc/static/language.csv