summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2009-02-05 19:07:22 -0500
committerBen Boeckel <MathStuf@gmail.com>2009-02-05 19:07:22 -0500
commitab94363681983a50af565145ca249f7fe1c0ea55 (patch)
tree8ea49929dcdd55a9af2963a6e7822614cd5ec19c
parent2124d406af6e50ae5c7fbb88ab5b1e0a9bb08ca2 (diff)
Moved Client from signet to sigencore
-rw-r--r--sigencore/CMakeLists.txt2
-rw-r--r--sigencore/Client.cpp (renamed from signet/Client.cpp)0
-rw-r--r--sigencore/Client.h (renamed from signet/Client.h)0
-rw-r--r--signet/CMakeLists.txt2
4 files changed, 2 insertions, 2 deletions
diff --git a/sigencore/CMakeLists.txt b/sigencore/CMakeLists.txt
index 8b8c81e4..08abb4e4 100644
--- a/sigencore/CMakeLists.txt
+++ b/sigencore/CMakeLists.txt
@@ -6,6 +6,7 @@ ENDIF (NOT SIGEN_VERSION)
SET(sigencore_HEADERS
Arena.h
+ Client.h
Containment.h
Global.h
Player.h
@@ -14,6 +15,7 @@ SET(sigencore_HEADERS
)
SET(sigencore_SRCS
Arena.cpp
+ Client.cpp
Containment.cpp
Player.cpp
Team.cpp
diff --git a/signet/Client.cpp b/sigencore/Client.cpp
index aada4d0a..aada4d0a 100644
--- a/signet/Client.cpp
+++ b/sigencore/Client.cpp
diff --git a/signet/Client.h b/sigencore/Client.h
index 4065cea8..4065cea8 100644
--- a/signet/Client.h
+++ b/sigencore/Client.h
diff --git a/signet/CMakeLists.txt b/signet/CMakeLists.txt
index 08f7b342..558ff147 100644
--- a/signet/CMakeLists.txt
+++ b/signet/CMakeLists.txt
@@ -14,7 +14,6 @@ SET(signet_PROTOCOL_HEADERS
)
SET(signet_HEADERS
${signet_PROTOCOL_HEADERS}
- Client.h
ClientHandler.h
ConnectionInfo.h
Global.h
@@ -32,7 +31,6 @@ SET(signet_PROTOCOL_SRCS
)
SET(signet_SRCS
${signet_PROTOCOL_SRCS}
- Client.cpp
ClientHandler.cpp
ConnectionInfo.cpp
Room.cpp