Implement native extension system
* Deprecates GDNative in favor of a simpler, lower level interface. * New extension system allows registering core engine classes. * Simple header interface in gdnative_interace.h
This commit is contained in:
parent
c8444c3ee0
commit
b1d15c51bc
50 changed files with 3316 additions and 224 deletions
|
|
@ -186,6 +186,7 @@ SConscript("io/SCsub")
|
|||
SConscript("debugger/SCsub")
|
||||
SConscript("input/SCsub")
|
||||
SConscript("variant/SCsub")
|
||||
SConscript("extension/SCsub")
|
||||
SConscript("object/SCsub")
|
||||
SConscript("templates/SCsub")
|
||||
SConscript("string/SCsub")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue