From bab247dcb6b429b108ec585e80760bf6aa7c1771 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Wed, 14 Dec 2022 00:40:17 +0100 Subject: Rename godot-headers to gdextension, move header to top folder Changes the `` include to simply ``. Refactor and better document the SCons and CMake logic around setting the paths to the header and API JSON file. --- test/src/register_types.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/src') diff --git a/test/src/register_types.cpp b/test/src/register_types.cpp index 917d669..e22662f 100644 --- a/test/src/register_types.cpp +++ b/test/src/register_types.cpp @@ -5,7 +5,7 @@ #include "register_types.h" -#include +#include #include #include -- cgit v1.2.3