Create love.window, abstract SDL out of love.graphics

This commit is contained in:
Bart van Strien
2011-12-11 16:55:52 +01:00
parent 2b7da8ea27
commit 7c8fff979a
10 changed files with 543 additions and 194 deletions
+1 -1
View File
@@ -27,7 +27,7 @@
// OpenGL
#include "GLee.h"
#include <SDL/SDL_opengl.h>
#include <GL/gl.h>
namespace love
{