forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
15
Kha/Backends/Kinc-hxcpp/khacpp/include/hx/Boot.h
Normal file
15
Kha/Backends/Kinc-hxcpp/khacpp/include/hx/Boot.h
Normal file
@ -0,0 +1,15 @@
|
||||
#ifndef HX_BOOT_H
|
||||
#define HX_BOOT_H
|
||||
|
||||
// Properly construct all the classes defined in the haxe code
|
||||
void __boot_all();
|
||||
|
||||
namespace hx
|
||||
{
|
||||
|
||||
// Initializer the hxcpp runtime system
|
||||
HXCPP_EXTERN_CLASS_ATTRIBUTES void Boot();
|
||||
|
||||
}
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user