clang-format

This commit is contained in:
2026-04-04 13:03:20 +02:00
parent 6a09d7219d
commit baee62b375
36 changed files with 2576 additions and 2408 deletions

View File

@@ -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:
};