No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

InternalCalls.h 354B

1234567891011121314151617
  1. #pragma once
  2. #include "il2cpp-config.h"
  3. namespace il2cpp
  4. {
  5. namespace vm
  6. {
  7. class LIBIL2CPP_CODEGEN_API InternalCalls
  8. {
  9. public:
  10. static void Init();
  11. static void Add(const char* name, Il2CppMethodPointer method);
  12. static Il2CppMethodPointer Resolve(const char* name);
  13. };
  14. } /* namespace vm */
  15. } /* namespace il2cpp */