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.
12345678910111213141516171819 |
- #pragma once
-
- #include <stdint.h>
- #include "il2cpp-config.h"
-
- struct EventInfo;
-
- namespace il2cpp
- {
- namespace vm
- {
- class LIBIL2CPP_CODEGEN_API Event
- {
- public:
- // exported
- static uint32_t GetToken(const EventInfo *eventInfo);
- };
- } /* namespace vm */
- } /* namespace il2cpp */
|