More code restructuring.

Move all love.graphics functionality that doesn’t call OpenGL out of the OpenGL backend Graphics class.

--HG--
branch : minor
This commit is contained in:
Alex Szpakowski
2016-12-30 18:36:54 -04:00
parent d94b363b39
commit f12596dd19
38 changed files with 1603 additions and 1431 deletions
+1 -2
View File
@@ -34,7 +34,6 @@
#include "font/Rasterizer.h"
#include "Texture.h"
#include "Volatile.h"
#include "vertex.h"
namespace love
@@ -44,7 +43,7 @@ namespace graphics
class Graphics;
class Font : public Object, public Volatile
class Font : public Object
{
public: