Kemena3D
Loading...
Searching...
No Matches
kscriptbindings.h
Go to the documentation of this file.
1
13
14#ifndef KSCRIPTBINDINGS_H
15#define KSCRIPTBINDINGS_H
16
17#include "kexport.h"
18#include "kscriptmanager.h"
19
20namespace kemena
21{
32}
33
34#endif // KSCRIPTBINDINGS_H
Manages the AngelScript engine, a registry of script assets, and the live per-object script module in...
Definition kscriptmanager.h:176
Symbol visibility / linkage macro for the Kemena3D library.
#define KEMENA3D_API
Definition kexport.h:35
AngelScript engine wrapper: script-asset registry, text/bytecode compilation, and per-object script i...
Top-level Kemena3D engine namespace.
Definition kanimation.h:23
KEMENA3D_API void registerScriptBindings(kScriptManager *manager)
Registers all host types and functions on manager's engine.