mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2025-09-28 02:40:05 +00:00
[refactor] Extract PlayerMovement.cpp from PlayerManager.cpp
This commit is contained in:
5
src/PlayerMovement.hpp
Normal file
5
src/PlayerMovement.hpp
Normal file
@@ -0,0 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
namespace PlayerMovement {
|
||||
void init();
|
||||
};
|
Reference in New Issue
Block a user