From 272d85663ab4c36c41026b40da89a9ff420530ef Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sun, 24 May 2020 20:39:40 +0200 Subject: [PATCH] - moving files... --- source/CMakeLists.txt | 2 +- source/{core => common}/textures/texture.cpp | 0 source/{core => common}/textures/textures.h | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename source/{core => common}/textures/texture.cpp (100%) rename source/{core => common}/textures/textures.h (100%) diff --git a/source/CMakeLists.txt b/source/CMakeLists.txt index 0a337398d..438a70267 100644 --- a/source/CMakeLists.txt +++ b/source/CMakeLists.txt @@ -748,6 +748,7 @@ set (PCH_SOURCES common/audio/music/i_soundfont.cpp common/audio/music/music_config.cpp common/thirdparty/sfmt/SFMT.cpp + common/textures/texture.cpp common/textures/animtexture.cpp common/textures/bitmap.cpp common/textures/m_png.cpp @@ -841,7 +842,6 @@ set (PCH_SOURCES core/textures/buildtiles.cpp - core/textures/texture.cpp core/textures/imagetexture.cpp core/textures/imagehelpers.cpp diff --git a/source/core/textures/texture.cpp b/source/common/textures/texture.cpp similarity index 100% rename from source/core/textures/texture.cpp rename to source/common/textures/texture.cpp diff --git a/source/core/textures/textures.h b/source/common/textures/textures.h similarity index 100% rename from source/core/textures/textures.h rename to source/common/textures/textures.h