mirror of
https://github.com/love2d/love.git
synced 2026-08-18 03:34:23 +02:00
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:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user