diff options
| author | Karroffel <therzog@mail.de> | 2017-03-03 02:32:28 +0100 |
|---|---|---|
| committer | Karroffel <therzog@mail.de> | 2017-03-03 02:32:28 +0100 |
| commit | 0cd08a93ec52fd1cf967ee70b904be4cc0f5b7f7 (patch) | |
| tree | 653096d8d0d30378d95246eeabfa6cb2fb417f6d | |
| parent | a1cb3d197f173528cf1ddc51874bf456bd63ebb2 (diff) | |
| download | redot-cpp-0cd08a93ec52fd1cf967ee70b904be4cc0f5b7f7.tar.gz | |
referring to other headers relatively
| -rw-r--r-- | include/godot/core/Vector2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/godot/core/Vector2.h b/include/godot/core/Vector2.h index 6b18ea8..59b9707 100644 --- a/include/godot/core/Vector2.h +++ b/include/godot/core/Vector2.h @@ -5,7 +5,7 @@ #include <godot/godot_vector2.h> -#include <String.h> +#include "String.h" namespace godot { |
