diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-03-08 22:25:23 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-03-08 23:44:33 +0300 |
commit | 6328313a6d8a76b4d38a82f6f4dcef350c695704 (patch) | |
tree | fd2aba6ed0af90547f0805b335a461bda555a170 /src/CMakeLists.txt | |
parent | dcd0d2e4d8a827d06a10344855d8d044bd26630d (diff) | |
download | plus-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.txt | 3 |
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 |