feat(player): added movements

This commit is contained in:
2024-01-08 14:13:16 +01:00
parent c7c7c91818
commit 0fed252afd
8 changed files with 113 additions and 4 deletions
+3
View File
@@ -4,6 +4,9 @@
#include <iostream>
#include <SFML/Graphics.hpp>
#include "Player.h";
#include "Inputs.h";
using namespace std;
using namespace sf;