diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-06-29 23:02:41 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-06-29 23:02:41 +0300 |
commit | d02762b6dc35e1564e5d1cc7458458f824f251f9 (patch) | |
tree | c4ba5c106eab0561d7fd82b5cc076ecae3306823 /src/Makefile.am | |
parent | be877e12682b6f0e697b024f96a1dcaf4d0c8206 (diff) | |
download | plus-d02762b6dc35e1564e5d1cc7458458f824f251f9.tar.gz plus-d02762b6dc35e1564e5d1cc7458458f824f251f9.tar.bz2 plus-d02762b6dc35e1564e5d1cc7458458f824f251f9.tar.xz plus-d02762b6dc35e1564e5d1cc7458458f824f251f9.zip |
Add imagegraphics for drawing into texture/image.
For now it empty.
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 3ae2d24be..d34fe7ee6 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -989,6 +989,8 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ notifymanager.h \ options.h \ render/graphicsdef.hpp \ + render/imagegraphics.cpp \ + render/imagegraphics.h \ render/graphics_calcImageRect.hpp \ render/graphics_drawImageRect.hpp \ render/nullopenglgraphics.cpp \ |