[colobot] 46/145: Moved pathman from common/ to app/

Didier Raboud odyx at moszumanska.debian.org
Mon Jul 11 12:56:16 UTC 2016


This is an automated email from the git hooks/post-receive script.

odyx pushed a commit to branch debian/master
in repository colobot.

commit c94ebb45e79851ec3a4253381448959ffe1907b6
Author: krzys-h <krzys_h at interia.pl>
Date:   Mon Apr 4 22:28:08 2016 +0200

    Moved pathman from common/ to app/
---
 src/CMakeLists.txt              | 2 +-
 src/app/app.cpp                 | 2 +-
 src/{common => app}/pathman.cpp | 2 +-
 src/{common => app}/pathman.h   | 0
 4 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 38d21f0..482de23 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -78,6 +78,7 @@ set(BASE_SOURCES
     app/app.cpp
     app/controller.cpp
     app/input.cpp
+    app/pathman.cpp
     app/pausemanager.cpp
     app/signal_handlers.cpp
     app/system.cpp
@@ -90,7 +91,6 @@ set(BASE_SOURCES
     common/language.cpp
     common/logger.cpp
     common/misc.cpp
-    common/pathman.cpp
     common/regex_utils.cpp
     common/resources/inputstream.cpp
     common/resources/inputstreambuffer.cpp
diff --git a/src/app/app.cpp b/src/app/app.cpp
index 4a50921..4313550 100644
--- a/src/app/app.cpp
+++ b/src/app/app.cpp
@@ -21,6 +21,7 @@
 
 #include "app/controller.h"
 #include "app/input.h"
+#include "app/pathman.h"
 #include "app/system.h"
 
 #include "common/config_file.h"
@@ -28,7 +29,6 @@
 #include "common/key.h"
 #include "common/logger.h"
 #include "common/make_unique.h"
-#include "common/pathman.h"
 #include "common/stringutils.h"
 #include "common/version.h"
 
diff --git a/src/common/pathman.cpp b/src/app/pathman.cpp
similarity index 99%
rename from src/common/pathman.cpp
rename to src/app/pathman.cpp
index 44e2d34..2e32ddf 100644
--- a/src/common/pathman.cpp
+++ b/src/app/pathman.cpp
@@ -18,7 +18,7 @@
  */
 
 
-#include "common/pathman.h"
+#include "app/pathman.h"
 
 #include "common/config.h"
 
diff --git a/src/common/pathman.h b/src/app/pathman.h
similarity index 100%
rename from src/common/pathman.h
rename to src/app/pathman.h

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/colobot.git



More information about the Pkg-games-commits mailing list