mirror of
https://github.com/Relintai/programming_tutorials.git
synced 2025-04-21 21:51:22 +02:00
just a tiny change.
This commit is contained in:
parent
4eaa7bcfbc
commit
465000cf8c
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user