Formatting

This commit is contained in:
2022-11-19 23:10:33 +01:00
parent 411f00e468
commit c453c2fe9a
4 changed files with 13 additions and 9 deletions
+1
View File
@@ -9,6 +9,7 @@ public:
void custom_move(int ticks) override;
void handleVisitor(SDLPP::Visitor &visitor) override;
void setMovementDir(bool left);
private:
double jump_movement;
bool jumping = false;