High level GDNative
Single header GDNative high level API for C/C++
Loading...
Searching...
No Matches
Functions
Initialization and deinitialization

Initialize and deinitialize library, to be called on your own godot_gdnative_init and godot_gdnative_terminate functions. More...

Functions

HGDN_DECL void hgdn_gdnative_init (const godot_gdnative_init_options *options)
 
HGDN_DECL void hgdn_gdnative_terminate (const godot_gdnative_terminate_options *options)
 

Detailed Description