godot/modules/dlscript
Karroffel fd55308786 added dlscript module
This module was written by bojidar-bg and me, with the help of ClikCode and touilleMan.

This adds a module to Godot that enables the use of dynamic libraries as a source for scripts.
That also allows third party libraries to be linked to Godot more easily and without creating modules.

For a readme see https://github.com/GodotNativeTools/godot_headers/blob/master/README.md
2017-04-03 17:20:11 +02:00
..
godot added dlscript module 2017-04-03 17:20:11 +02:00
api_generator.cpp added dlscript module 2017-04-03 17:20:11 +02:00
api_generator.h added dlscript module 2017-04-03 17:20:11 +02:00
config.py added dlscript module 2017-04-03 17:20:11 +02:00
dl_script.cpp added dlscript module 2017-04-03 17:20:11 +02:00
dl_script.h added dlscript module 2017-04-03 17:20:11 +02:00
godot.cpp added dlscript module 2017-04-03 17:20:11 +02:00
godot.h added dlscript module 2017-04-03 17:20:11 +02:00
register_types.cpp added dlscript module 2017-04-03 17:20:11 +02:00
register_types.h added dlscript module 2017-04-03 17:20:11 +02:00
SCsub added dlscript module 2017-04-03 17:20:11 +02:00