From ad42810bb9484f4930252ecc34b91d83f37e3293 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 11 May 2014 13:18:07 +0300 Subject: Move map related files into resources/map. --- src/CMakeLists.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 0cffef1f1..da54502f3 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -704,12 +704,12 @@ SET(SRCS logger.h main.cpp main.h - map.cpp - map.h - mapheights.cpp - mapheights.h - maplayer.cpp - maplayer.h + resources/map/map.cpp + resources/map/map.h + resources/map/mapheights.cpp + resources/map/mapheights.h + resources/map/maplayer.cpp + resources/map/maplayer.h render/mgl.cpp render/mgl.h render/mobileopenglgraphics.cpp @@ -795,8 +795,8 @@ SET(SRCS variabledata.h vector.cpp vector.h - walklayer.cpp - walklayer.h + resources/map/walklayer.cpp + resources/map/walklayer.h events/actionevent.h listeners/actionlistener.h gui/widgets/basiccontainer.h -- cgit v1.2.3-70-g09d2