aboutsummaryrefslogtreecommitdiff
path: root/modules/dlscript/api_generator.h
diff options
context:
space:
mode:
authorRémi Verschelde2017-04-09 22:08:56 +0200
committerGitHub2017-04-09 22:08:56 +0200
commit2cca9b0631eccd66f1d3dec02438642619d7ee47 (patch)
treee4770c5a7991330852d9229e74c5a195ba627185 /modules/dlscript/api_generator.h
parent0198d2e03cfb8506e4a5c0f45efc43a1ac5d8d1a (diff)
parentc7f8b22ba07c27ceb91307a178ee7520677018e1 (diff)
downloadgodot-2cca9b0631eccd66f1d3dec02438642619d7ee47.tar.gz
godot-2cca9b0631eccd66f1d3dec02438642619d7ee47.tar.zst
godot-2cca9b0631eccd66f1d3dec02438642619d7ee47.zip
Merge pull request #8338 from karroffel/dlscript-gdnative-rename
renamed dlscript module to gdnative
Diffstat (limited to 'modules/dlscript/api_generator.h')
-rw-r--r--modules/dlscript/api_generator.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/modules/dlscript/api_generator.h b/modules/dlscript/api_generator.h
deleted file mode 100644
index 4a8354e9d..000000000
--- a/modules/dlscript/api_generator.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#ifndef API_GENERATOR_H
-#define API_GENERATOR_H
-
-#include "core/ustring.h"
-#include "typedefs.h"
-
-Error generate_c_api(const String &p_path);
-
-#endif // API_GENERATOR_H