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