mirror of
https://github.com/love2d/love.git
synced 2026-08-12 08:30:56 +02:00
Merged default into minor
--HG-- branch : minor
This commit is contained in:
@@ -22,10 +22,9 @@
|
||||
#include "Image.h"
|
||||
#include "Graphics.h"
|
||||
#include "common/Matrix.h"
|
||||
#include "common/config.h"
|
||||
|
||||
#include <cstring> // For memcpy
|
||||
#include <limits>
|
||||
#include <algorithm> // For min/max
|
||||
|
||||
namespace love
|
||||
{
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
#ifndef LOVE_GRAPHICS_OPENGL_CANVAS_H
|
||||
#define LOVE_GRAPHICS_OPENGL_CANVAS_H
|
||||
|
||||
#include "common/config.h"
|
||||
#include "graphics/Color.h"
|
||||
#include "image/Image.h"
|
||||
#include "image/ImageData.h"
|
||||
|
||||
Reference in New Issue
Block a user