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