summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-06-29 23:02:41 +0300
committerAndrei Karas <akaras@inbox.ru>2014-06-29 23:02:41 +0300
commitd02762b6dc35e1564e5d1cc7458458f824f251f9 (patch)
treec4ba5c106eab0561d7fd82b5cc076ecae3306823 /src/Makefile.am
parentbe877e12682b6f0e697b024f96a1dcaf4d0c8206 (diff)
downloadplus-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.am2
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 \