API export/import macros for cross-platform shared library symbol visibility.
#define API_EXPORT
Marks a symbol for export from (or import into) a shared library.
Definition Api.h:32
Core namespace for the libultraship engine framework.
Definition gfx_direct3d_common.h:14
std::shared_ptr< Ship::ScriptLoader > ScriptGetLoader()
API_EXPORT void * ScriptGetFunction(const char *module, const char *function)
Looks up and returns a function pointer exported from the scripting runtime.
void ScriptSetLoader(std::shared_ptr< Ship::ScriptLoader > scriptLoader)