diff options
Diffstat (limited to 'modules/gdnative/godot/vector2.h')
| -rw-r--r-- | modules/gdnative/godot/vector2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdnative/godot/vector2.h b/modules/gdnative/godot/vector2.h index 9934ddadb..9db238b4f 100644 --- a/modules/gdnative/godot/vector2.h +++ b/modules/gdnative/godot/vector2.h @@ -45,7 +45,7 @@ typedef struct { } godot_vector2; #endif -#include "gdnative.h" +#include <godot/gdnative.h> void GDAPI godot_vector2_new(godot_vector2 *r_dest, const godot_real p_x, const godot_real p_y); |
