More changes to painter

This commit is contained in:
Henrique Santiago
2013-02-22 03:31:13 -03:00
parent 3eeb5ae890
commit 90d2032e9e
18 changed files with 31 additions and 127 deletions

View File

@@ -36,7 +36,7 @@
#include <framework/core/clock.h>
#include <framework/graphics/paintershaderprogram.h>
#include <framework/graphics/painterogl2_shadersources.h>
#include <framework/graphics/ogl/painterogl2_shadersources.h>
#include <framework/graphics/texturemanager.h>
#include <framework/graphics/framebuffermanager.h>
#include "spritemanager.h"

View File

@@ -25,7 +25,7 @@
#include "declarations.h"
#include <framework/graphics/declarations.h>
#include <framework/graphics/painterogl.h>
#include <framework/graphics/painter.h>
#include "thingtype.h"
struct LightSource {

View File

@@ -23,7 +23,7 @@
#include "shadermanager.h"
#include <framework/graphics/paintershaderprogram.h>
#include <framework/graphics/graphics.h>
#include <framework/graphics/painterogl2_shadersources.h>
#include <framework/graphics/ogl/painterogl2_shadersources.h>
#include <framework/core/resourcemanager.h>
ShaderManager g_shaders;