diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-12-30 18:19:40 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-12-30 18:21:13 +0300 |
commit | 00d8cfee5bc76c59e5c3195f4434c4a4fb741d0e (patch) | |
tree | c536958c8cf2308bd38d92a414e6af0a64a3c844 /src/Makefile.am | |
parent | 252bfdaf28d9cfa449e6b0af7a15b66483b9c5bd (diff) | |
download | plus-00d8cfee5bc76c59e5c3195f4434c4a4fb741d0e.tar.gz plus-00d8cfee5bc76c59e5c3195f4434c4a4fb741d0e.tar.bz2 plus-00d8cfee5bc76c59e5c3195f4434c4a4fb741d0e.tar.xz plus-00d8cfee5bc76c59e5c3195f4434c4a4fb741d0e.zip |
add drawImageRect into each renderer. but copy function body to shared file.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 5155fb64b..28fb3ec2a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -835,6 +835,7 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ notifymanager.h \ render/nullopenglgraphics.cpp \ render/nullopenglgraphics.h \ + render/openglgraphics_drawImageRect.hpp \ render/openglgraphicsdef.hpp \ render/renderers.cpp \ render/renderers.h \ |