mirror of
https://github.com/love2d/love.git
synced 2026-08-20 20:49:54 +02:00
Fixed SpriteBatch file includes
This commit is contained in:
@@ -21,7 +21,7 @@
|
|||||||
#include "SpriteBatch.h"
|
#include "SpriteBatch.h"
|
||||||
|
|
||||||
// STD
|
// STD
|
||||||
#include <iostream>
|
#include <algorithm> // std::find
|
||||||
|
|
||||||
// OpenGL
|
// OpenGL
|
||||||
#include "OpenGL.h"
|
#include "OpenGL.h"
|
||||||
|
|||||||
@@ -28,7 +28,6 @@
|
|||||||
// LOVE
|
// LOVE
|
||||||
#include "common/math.h"
|
#include "common/math.h"
|
||||||
#include "common/Object.h"
|
#include "common/Object.h"
|
||||||
#include "common/Vector.h"
|
|
||||||
#include "common/Matrix.h"
|
#include "common/Matrix.h"
|
||||||
#include "common/StringMap.h"
|
#include "common/StringMap.h"
|
||||||
#include "graphics/Drawable.h"
|
#include "graphics/Drawable.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user