diff options
author | Ira Rice <irarice@gmail.com> | 2009-03-11 14:38:26 -0600 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2009-03-11 14:38:26 -0600 |
commit | 2a6b52f6467bfb4babb2a33205752f58554b651b (patch) | |
tree | 62934e146a8cb5a9be2a786d1f45795ffea51731 /aethyra.cbp | |
parent | bb45b6a8ca4ea751bceb5853060251a3eefcd4fc (diff) | |
download | mana-2a6b52f6467bfb4babb2a33205752f58554b651b.tar.gz mana-2a6b52f6467bfb4babb2a33205752f58554b651b.tar.bz2 mana-2a6b52f6467bfb4babb2a33205752f58554b651b.tar.xz mana-2a6b52f6467bfb4babb2a33205752f58554b651b.zip |
Moved the Skin class outside of the Window class, in order to allow
other widget containers to use skins as well, and to make it easier to
extend later.
Signed-off-by: Ira Rice <irarice@gmail.com>
Diffstat (limited to 'aethyra.cbp')
-rw-r--r-- | aethyra.cbp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/aethyra.cbp b/aethyra.cbp index 46034040..6bae4561 100644 --- a/aethyra.cbp +++ b/aethyra.cbp @@ -236,6 +236,8 @@ <Unit filename="src\gui\shortcutwindow.h" /> <Unit filename="src\gui\skill.cpp" /> <Unit filename="src\gui\skill.h" /> + <Unit filename="src\gui\skin.cpp" /> + <Unit filename="src\gui\skin.h" /> <Unit filename="src\gui\slider.cpp" /> <Unit filename="src\gui\slider.h" /> <Unit filename="src\gui\speechbubble.cpp" /> |