#include "main.h" #include #include void InterpreterInit(char* bundleDir, const char* dllName) { MonoDomain* domain = mono_jit_init(dllName); }