- [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:
@@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user