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/Makefile.am | |
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/Makefile.am')
-rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index b6cca8f67..453d53160 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -615,6 +615,9 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ mouseinput.h \ normalopenglgraphics.cpp \ normalopenglgraphics.h \ + notifications.h \ + notifymanager.cpp \ + notifymanager.h \ particle.cpp \ particle.h \ particlecontainer.cpp \ |