godot-cpp-utils
A collection of utility classes, functions and macros for use with Godot and GDExtension.
Loading...
Searching...
No Matches
register_types.hpp
1#ifndef UTILS_REGISTER_TYPES_HPP
2#define UTILS_REGISTER_TYPES_HPP
3
4namespace utils {
5void godot_cpp_utils_register_types();
6}
7
8#endif // !UTILS_REGISTER_TYPES_HPP