#ifndef PLAYER_CONTROLLER_H #define PLAYER_CONTROLLER_H #include #include namespace godot { class PlayerController : public RigidBody { GODOT_CLASS(PlayerController, RigidBody) private: String public: static void _register_methods(); PlayerController(); ~PlayerController();