- [FIX] uint a unsigned int per als compiladors quisquillosos

- [FIX] return true en funcions inacabades, per als mateixos de dalt
This commit is contained in:
2025-11-18 08:47:22 +01:00
parent 8028d0533b
commit 9eae2aa785
2 changed files with 3 additions and 3 deletions

View File

@@ -15,12 +15,12 @@ namespace toolbar
bool button(SDL_Texture* surf, const int sx, const int sy)
{
return false;
}
bool pushbutton(SDL_Texture* surf, const int sx, const int sy, const bool pushed)
{
return false;
}
}