[GDNative] better header include paths
The old include paths caused some problems on some compilers, for example including "string.h" was ambiguous.
This commit is contained in:
parent
3a3915b726
commit
880048377d
39 changed files with 137 additions and 113 deletions
|
|
@ -27,10 +27,10 @@
|
|||
/* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */
|
||||
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||
/*************************************************************************/
|
||||
#include "transform.h"
|
||||
#include "core/variant.h"
|
||||
#include <godot/transform.h>
|
||||
|
||||
#include "core/math/transform.h"
|
||||
#include "core/variant.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue