Painter became PainterOGL, new Painter generic class

This commit is contained in:
Henrique Santiago
2013-02-22 02:55:35 -03:00
parent 9a54bfcc90
commit 3eeb5ae890
13 changed files with 501 additions and 384 deletions

View File

@@ -184,8 +184,8 @@ bool Graphics::isPainterEngineAvailable(Graphics::PainterEngine painterEngine)
bool Graphics::selectPainterEngine(PainterEngine painterEngine)
{
Painter *painter = nullptr;
Painter *fallbackPainter = nullptr;
PainterOGL *painter = nullptr;
PainterOGL *fallbackPainter = nullptr;
PainterEngine fallbackPainterEngine = Painter_Any;
#ifdef PAINTER_DX9