summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorErik Schilling <ablu.erikschilling@googlemail.com>2013-08-18 19:34:41 +0200
committerErik Schilling <ablu.erikschilling@googlemail.com>2013-08-26 22:56:47 +0200
commitb379c150cedfbae4775c8358369ec590ad4033f4 (patch)
tree02c0abc19113d119e16ef304f7d6022f74fbf21e /src/CMakeLists.txt
parent8f4acdeaf7dbb6a2cf8b10198d92b4f9894f1ef6 (diff)
downloadmanaserv-b379c150cedfbae4775c8358369ec590ad4033f4.tar.gz
manaserv-b379c150cedfbae4775c8358369ec590ad4033f4.tar.bz2
manaserv-b379c150cedfbae4775c8358369ec590ad4033f4.tar.xz
manaserv-b379c150cedfbae4775c8358369ec590ad4033f4.zip
Unshared the serialization of characters
This getting annoying while trying to do multiple changes. Types/structures had to be shared all the time making it nessecary to find ugly workarounds.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 5cc8f1a8..97c47f65 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -131,7 +131,6 @@ SET(SRCS
net/messageout.cpp
net/netcomputer.h
net/netcomputer.cpp
- serialize/characterdata.h
utils/logger.h
utils/logger.cpp
utils/point.h