mirror of
https://github.com/love2d/love.git
synced 2026-08-14 10:13:46 +02:00
opengl graphics module files now always include OpenGL.h rather than GLee.h
This commit is contained in:
@@ -23,6 +23,9 @@
|
||||
// STD
|
||||
#include <iostream>
|
||||
|
||||
// OpenGL
|
||||
#include "OpenGL.h"
|
||||
|
||||
// LOVE
|
||||
#include "Image.h"
|
||||
#include "Quad.h"
|
||||
|
||||
Reference in New Issue
Block a user