diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-08-24 16:12:12 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-08-24 21:08:17 +0300 |
commit | 889ea19ddd5b4240375793d5030a04ed4642ec66 (patch) | |
tree | d1694423834f8d4be86383ad28702845dfdadf2f /src/Makefile.am | |
parent | b70bbf075a20524e6c1859fb18db0865c65182ca (diff) | |
download | mv-889ea19ddd5b4240375793d5030a04ed4642ec66.tar.gz mv-889ea19ddd5b4240375793d5030a04ed4642ec66.tar.bz2 mv-889ea19ddd5b4240375793d5030a04ed4642ec66.tar.xz mv-889ea19ddd5b4240375793d5030a04ed4642ec66.zip |
extract surface draw into surfacegraphics class.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 120f06e82..927d854f2 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -717,6 +717,8 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ sprite.h \ statuseffect.cpp \ statuseffect.h \ + surfacegraphics.cpp \ + surfacegraphics.h \ text.cpp \ text.h \ textmanager.cpp \ |