mirror of
https://github.com/love2d/love.git
synced 2026-08-18 03:34:23 +02:00
Move Color.h from modules/graphics/ to common/
--HG-- branch : minor
This commit is contained in:
@@ -22,9 +22,9 @@
|
||||
#define LOVE_FONT_IMAGE_RASTERIZER_H
|
||||
|
||||
// LOVE
|
||||
#include "filesystem/File.h"
|
||||
#include "font/Rasterizer.h"
|
||||
#include "image/ImageData.h"
|
||||
#include "common/Color.h"
|
||||
|
||||
#include <map>
|
||||
|
||||
@@ -76,7 +76,7 @@ private:
|
||||
std::map<uint32, ImageGlyphData> imageGlyphs;
|
||||
|
||||
// Color used to identify glyph separation in the source ImageData
|
||||
love::image::pixel spacer;
|
||||
Color spacer;
|
||||
|
||||
}; // ImageRasterizer
|
||||
|
||||
|
||||
Reference in New Issue
Block a user