diff options
Diffstat (limited to 'include/core/String.hpp')
-rw-r--r-- | include/core/String.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core/String.hpp b/include/core/String.hpp index dec8104..ea28778 100644 --- a/include/core/String.hpp +++ b/include/core/String.hpp @@ -1,7 +1,7 @@ #ifndef STRING_H #define STRING_H -#include <godot/string.h> +#include <gdnative/string.h> namespace godot { |