Module.h 307 B

12345678910111213141516171819
  1. #pragma once
  2. #include <stdint.h>
  3. #include "il2cpp-config.h"
  4. struct Il2CppImage;
  5. namespace il2cpp
  6. {
  7. namespace vm
  8. {
  9. class LIBIL2CPP_CODEGEN_API Module
  10. {
  11. public:
  12. // exported
  13. static uint32_t GetToken(const Il2CppImage *image);
  14. };
  15. } /* namespace vm */
  16. } /* namespace il2cpp */