diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-08-13 22:18:03 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-09-30 02:57:13 +0300 |
commit | 135c19b4337e1ab45cff40a306eadc52a061ddef (patch) | |
tree | 0a163ca1edd542aec5570b7e451034aafb4089dd /src/Makefile.am | |
parent | 3a2bab265768c219b0c077eef10b69dfe8158131 (diff) | |
download | plus-135c19b4337e1ab45cff40a306eadc52a061ddef.tar.gz plus-135c19b4337e1ab45cff40a306eadc52a061ddef.tar.bz2 plus-135c19b4337e1ab45cff40a306eadc52a061ddef.tar.xz plus-135c19b4337e1ab45cff40a306eadc52a061ddef.zip |
add atlas textures support.
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 35ec3f0a0..38a0f4181 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -407,6 +407,8 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ resources/ambientlayer.h \ resources/animation.cpp \ resources/animation.h \ + resources/atlasmanager.cpp \ + resources/atlasmanager.h \ resources/beinginfo.cpp \ resources/beinginfo.h \ resources/chardb.cpp \ |