Files
LNXSDK/Kha/Backends/Kore-hxcpp/khacpp/include/hx/Boot.h
2026-05-22 11:54:15 -07:00

16 lines
245 B
C++

#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