love.graphics internal Buffer objects are no longer OpenGL-specific.

--HG--
branch : minor
This commit is contained in:
Alex Szpakowski
2017-01-28 19:26:57 -04:00
parent 470098b7e6
commit d990044288
27 changed files with 594 additions and 532 deletions
+1
View File
@@ -20,6 +20,7 @@
// LOVE
#include "Graphics.h"
#include "Buffer.h"
#include "math/MathModule.h"
#include "Polyline.h"
#include "font/Font.h"