renomena tipus _t/_e a CamelCase (Circle, Color, Section, ...)

This commit is contained in:
2026-05-14 22:16:36 +02:00
parent 9a2da460cc
commit 0bc55f5732
37 changed files with 209 additions and 209 deletions
+1 -1
View File
@@ -380,7 +380,7 @@ void Input::setVerbose(bool value) {
}
// Deshabilita las entradas durante un periodo de tiempo
void Input::disableUntil(i_disable_e value) {
void Input::disableUntil(InputDisable value) {
disabledUntil = value;
enabled = false;
}