1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-23 15:16:17 +00:00

[GDnative] add pluginscript \o/

This commit is contained in:
Emmanuel Leblond
2017-10-08 23:47:38 +02:00
parent 0d0cb01f33
commit e715be0f0a
20 changed files with 1937 additions and 11 deletions

View File

@@ -30,8 +30,8 @@
#ifndef API_GENERATOR_H
#define API_GENERATOR_H
#include "core/typedefs.h"
#include "core/ustring.h"
#include "typedefs.h"
Error generate_c_api(const String &p_path);