From b310c51796d1632aeefc834dc0e931c52f909a41 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 31 Aug 2013 20:38:42 +0300 Subject: move render classes into render dir. --- src/Makefile.am | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 4906ed4ca..5e159ffe4 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -623,8 +623,8 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ flooritem.h \ game.cpp \ game.h \ - graphics.cpp \ - graphics.h \ + render/graphics.cpp \ + render/graphics.h \ graphicsmanager.cpp \ graphicsmanager.h \ graphicsvertexes.cpp \ @@ -676,19 +676,19 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ maplayer.h \ mgl.cpp \ mgl.h \ - mobileopenglgraphics.cpp \ - mobileopenglgraphics.h \ + render/mobileopenglgraphics.cpp \ + render/mobileopenglgraphics.h \ mouseinput.cpp \ mouseinput.h \ navigationmanager.cpp \ navigationmanager.h \ - normalopenglgraphics.cpp \ - normalopenglgraphics.h \ + render/normalopenglgraphics.cpp \ + render/normalopenglgraphics.h \ notifications.h \ notifymanager.cpp \ notifymanager.h \ - nullopenglgraphics.cpp \ - nullopenglgraphics.h \ + render/nullopenglgraphics.cpp \ + render/nullopenglgraphics.h \ particle.cpp \ particle.h \ particlecontainer.cpp \ @@ -707,12 +707,12 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ properties.h \ rotationalparticle.cpp \ rotationalparticle.h \ - safeopenglgraphics.cpp\ - safeopenglgraphics.h \ - sdl2graphics.cpp \ - sdl2graphics.h \ - sdlgraphics.cpp \ - sdlgraphics.h \ + render/safeopenglgraphics.cpp\ + render/safeopenglgraphics.h \ + render/sdl2graphics.cpp \ + render/sdl2graphics.h \ + render/sdlgraphics.cpp \ + render/sdlgraphics.h \ sdlshared.h \ shopitem.cpp \ shopitem.h \ @@ -724,8 +724,8 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ sprite.h \ statuseffect.cpp \ statuseffect.h \ - surfacegraphics.cpp \ - surfacegraphics.h \ + render/surfacegraphics.cpp \ + render/surfacegraphics.h \ text.cpp \ text.h \ textmanager.cpp \ -- cgit v1.2.3-70-g09d2