10 lines
202 B
C++
10 lines
202 B
C++
#include "register_types.hpp"
|
|
#include "player_input.hpp"
|
|
#include <godot_cpp/core/class_db.hpp>
|
|
|
|
namespace utils {
|
|
void godot_cpp_utils_register_types() {
|
|
GDREGISTER_CLASS(utils::PlayerInput);
|
|
}
|
|
}
|