diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-08-25 13:19:23 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-08-25 14:03:36 +0300 |
commit | ba0815355ef7be8e5f46720be5a6911e466e1568 (patch) | |
tree | d464944cc5796535507461fa26b49f636e88a9bf /src/Makefile.am | |
parent | 948d940d46240ff518ec9b1037503bebdb47196a (diff) | |
download | plus-ba0815355ef7be8e5f46720be5a6911e466e1568.tar.gz plus-ba0815355ef7be8e5f46720be5a6911e466e1568.tar.bz2 plus-ba0815355ef7be8e5f46720be5a6911e466e1568.tar.xz plus-ba0815355ef7be8e5f46720be5a6911e466e1568.zip |
add SurfaceImageHelper for loading/processing surfaces for SDL2.
For SDL1.2 used SDLImageHelper.
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 927d854f2..b211a8689 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -512,6 +512,8 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ resources/spritedef.h \ resources/subimage.cpp \ resources/subimage.h \ + resources/surfaceimagehelper.cpp \ + resources/surfaceimagehelper.h \ resources/wallpaper.cpp \ resources/wallpaper.h \ utils/translation/podict.cpp \ |