OpenFusion/src/PlayerMovement.hpp

6 lines
61 B
C++
Raw Normal View History

#pragma once
namespace PlayerMovement {
void init();
};