mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2024-11-05 06:50:04 +00:00
6 lines
61 B
C++
6 lines
61 B
C++
|
#pragma once
|
||
|
|
||
|
namespace PlayerMovement {
|
||
|
void init();
|
||
|
};
|