diff options
author | Roderic Morris <roderic@ccs.neu.edu> | 2008-08-18 01:23:58 +0000 |
---|---|---|
committer | Roderic Morris <roderic@ccs.neu.edu> | 2008-08-18 01:23:58 +0000 |
commit | c8b89f9c29e16680f68d9f2ca42048f6f01423a9 (patch) | |
tree | 108aea4acaedf19cf795d6ac5cb504a22e5ae4ec /src/CMakeLists.txt | |
parent | d55645648aab1bdf89602bdc05e7a0b356fe191b (diff) | |
download | mana-c8b89f9c29e16680f68d9f2ca42048f6f01423a9.tar.gz mana-c8b89f9c29e16680f68d9f2ca42048f6f01423a9.tar.bz2 mana-c8b89f9c29e16680f68d9f2ca42048f6f01423a9.tar.xz mana-c8b89f9c29e16680f68d9f2ca42048f6f01423a9.zip |
fix bug #209, display skill icons correctly.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 117ca7a9..aee99d2e 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -107,6 +107,8 @@ SET(SRCS gui/hbox.h gui/help.cpp gui/help.h + gui/icon.cpp + gui/icon.h gui/inttextbox.cpp gui/inttextbox.h gui/inventorywindow.cpp |