mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2026-03-30 16:20:03 +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