- Codi de UI mes clar. Variables van amunt o avall segons botó del ratolí

This commit is contained in:
2023-06-06 14:03:03 +02:00
parent 6e166c5e77
commit 845772ed16
3 changed files with 28 additions and 42 deletions

View File

@@ -2,5 +2,5 @@
namespace ui
{
const bool 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);
}