[refactor] Extract PlayerMovement.cpp from PlayerManager.cpp

This commit is contained in:
2021-03-12 23:44:21 +01:00
parent f9c2587557
commit ce197d7db3
6 changed files with 304 additions and 298 deletions

5
src/PlayerMovement.hpp Normal file
View File

@@ -0,0 +1,5 @@
#pragma once
namespace PlayerMovement {
void init();
};