mirror of
https://github.com/love2d/love.git
synced 2026-08-19 20:19:42 +02:00
Hopefully fixed compilation in Windows.
This commit is contained in:
@@ -30,6 +30,8 @@
|
|||||||
#include <cassert>
|
#include <cassert>
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
|
|
||||||
|
#include <algorithm>
|
||||||
|
|
||||||
namespace love
|
namespace love
|
||||||
{
|
{
|
||||||
namespace graphics
|
namespace graphics
|
||||||
|
|||||||
@@ -22,6 +22,7 @@
|
|||||||
#define LOVE_GRAPHICS_OPENGL_WRAP_GRAPHICS_H
|
#define LOVE_GRAPHICS_OPENGL_WRAP_GRAPHICS_H
|
||||||
|
|
||||||
// LOVE
|
// LOVE
|
||||||
|
#include "common/config.h"
|
||||||
#include "wrap_Font.h"
|
#include "wrap_Font.h"
|
||||||
#include "wrap_Image.h"
|
#include "wrap_Image.h"
|
||||||
#include "graphics/wrap_Quad.h"
|
#include "graphics/wrap_Quad.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user