mirror of
https://github.com/edubart/otclient.git
synced 2025-12-02 16:06:51 +01:00
More changes to painter
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user