Event.h 306 B

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