just a tiny change.

This commit is contained in:
Relintai 2021-03-31 21:17:17 +02:00
parent 4eaa7bcfbc
commit 465000cf8c

View File

@ -9,7 +9,7 @@
class Image {
public:
void create(Uint32 flags, int width, int height);
void create(const Uint32 flags, const int width, const int height);
void enable_transparent_color(const Color &color);
void disable_transparent_color();