summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-03-08 22:25:23 +0300
committerAndrei Karas <akaras@inbox.ru>2013-03-08 23:44:33 +0300
commit6328313a6d8a76b4d38a82f6f4dcef350c695704 (patch)
treefd2aba6ed0af90547f0805b335a461bda555a170 /src/CMakeLists.txt
parentdcd0d2e4d8a827d06a10344855d8d044bd26630d (diff)
downloadplus-6328313a6d8a76b4d38a82f6f4dcef350c695704.tar.gz
plus-6328313a6d8a76b4d38a82f6f4dcef350c695704.tar.bz2
plus-6328313a6d8a76b4d38a82f6f4dcef350c695704.tar.xz
plus-6328313a6d8a76b4d38a82f6f4dcef350c695704.zip
Impliment notify manager.
Move buy/sell notifications to NotifyManager.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index d86d4d3de..13b47965c 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -612,6 +612,9 @@ SET(SRCS
mouseinput.h
normalopenglgraphics.cpp
normalopenglgraphics.h
+ notifications.h
+ notifymanager.cpp
+ notifymanager.h
particle.cpp
particle.h
particlecontainer.cpp