cppcheck
This commit is contained in:
@@ -5,9 +5,9 @@
|
||||
|
||||
class Prota : public Sprite {
|
||||
public:
|
||||
Prota(JD8_Surface gfx);
|
||||
explicit Prota(JD8_Surface gfx);
|
||||
|
||||
void draw();
|
||||
void draw() override;
|
||||
Uint8 update();
|
||||
|
||||
Uint8 frame_pejades;
|
||||
|
||||
Reference in New Issue
Block a user