clang-format
This commit is contained in:
@@ -1,21 +1,17 @@
|
||||
#pragma once
|
||||
|
||||
#include "game/sprite.hpp"
|
||||
#include "game/info.hpp"
|
||||
#include "game/sprite.hpp"
|
||||
|
||||
class Prota : public Sprite {
|
||||
public:
|
||||
Prota(JD8_Surface gfx);
|
||||
|
||||
public:
|
||||
|
||||
Prota( JD8_Surface gfx );
|
||||
|
||||
void draw();
|
||||
Uint8 update();
|
||||
|
||||
Uint8 frame_pejades;
|
||||
bool pergami;
|
||||
|
||||
protected:
|
||||
void draw();
|
||||
Uint8 update();
|
||||
|
||||
Uint8 frame_pejades;
|
||||
bool pergami;
|
||||
|
||||
protected:
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user