- Color dels ui::button configurable
This commit is contained in:
@@ -2,5 +2,5 @@
|
||||
|
||||
namespace ui
|
||||
{
|
||||
const int button(const char *label, const int x, const int y, const int w, const int h);
|
||||
const int button(const char *label, const int x, const int y, const int w, const int h, const int c1, const int c2, const int c3);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user