caller-defined entry methods and string API update

This commit is contained in:
karroffel
2018-01-11 17:57:52 +01:00
parent bde1ce384f
commit 5dac1b5887
5 changed files with 72 additions and 43 deletions

View File

@@ -38,13 +38,6 @@ public:
#define GDNATIVE_INIT(arg) void gdnative_init(arg)
#define GDNATIVE_TERMINATE(arg) void gdnative_terminate(arg)
#define NATIVESCRIPT_INIT() void nativescript_init()
#define GODOT_CLASS(Name) \
public: inline static const char *___get_type_name() { return static_cast<const char *>(#Name); } \
private: