main.cpp 176 B

12345678
  1. #include "main.h"
  2. #include <stdio.h>
  3. #include <mono\jit\jit.h>
  4. void InterpreterInit(char* bundleDir, const char* dllName)
  5. {
  6. MonoDomain* domain = mono_jit_init(dllName);
  7. }