#pragma once #include namespace OpenVic { class GUITextureRect : public godot::TextureRect { GDCLASS(GUITextureRect, godot::TextureRect) protected: static void _bind_methods(); }; }