diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-03-22 01:44:36 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-03-22 01:44:36 +0300 |
commit | 2925b20acb9f70d032cd5981687642a770778c53 (patch) | |
tree | e9dd3bd137dd359b8a0845487520ac28f5e3bdb7 /src/CMakeLists.txt | |
parent | ab0b6df9f69a736f79d2233508d8aa88b8e11800 (diff) | |
download | plus-2925b20acb9f70d032cd5981687642a770778c53.tar.gz plus-2925b20acb9f70d032cd5981687642a770778c53.tar.bz2 plus-2925b20acb9f70d032cd5981687642a770778c53.tar.xz plus-2925b20acb9f70d032cd5981687642a770778c53.zip |
Rename object event to depricatedevent because current implimentation very
bad and must be replaced with better implimentation.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 7e7d60886..8653c2ef7 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -520,13 +520,13 @@ SET(SRCS debug.h defaults.cpp defaults.h + depricatedevent.cpp + depricatedevent.h effectmanager.cpp effectmanager.h emoteshortcut.cpp emoteshortcut.h equipment.h - event.cpp - event.h flooritem.cpp flooritem.h game.cpp |