mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
opengl graphics module files now always include OpenGL.h rather than GLee.h
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
#include <cmath>
|
||||
|
||||
// OpenGL
|
||||
#include "GLee.h"
|
||||
#include "OpenGL.h"
|
||||
|
||||
// LOVE
|
||||
#include "graphics/Graphics.h"
|
||||
@@ -37,7 +37,6 @@
|
||||
|
||||
#include "window/Window.h"
|
||||
|
||||
#include "OpenGL.h"
|
||||
#include "Font.h"
|
||||
#include "Image.h"
|
||||
#include "Quad.h"
|
||||
|
||||
Reference in New Issue
Block a user