1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-15 13:51:40 +00:00

Split javascript export template into multiple files

This commit is contained in:
Sergey Minakov
2021-07-14 23:16:48 +03:00
parent 6627f18e0f
commit 9f49255bee
5 changed files with 1081 additions and 964 deletions

View File

@@ -28,4 +28,9 @@
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/*************************************************************************/
#ifndef JAVASCRIPT_EXPORT_H
#define JAVASCRIPT_EXPORT_H
void register_javascript_exporter();
#endif