cppcheck
This commit is contained in:
@@ -8,7 +8,7 @@ class Bola : public Sprite {
|
||||
public:
|
||||
Bola(JD8_Surface gfx, Prota* sam);
|
||||
|
||||
void draw();
|
||||
void draw() override;
|
||||
void update();
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user