il2cpp-codegen.h 555 B

123456789101112131415161718
  1. #pragma once
  2. #include "il2cpp-codegen-metadata.h"
  3. #if RUNTIME_TINY
  4. #include "il2cpp-codegen-tiny.h"
  5. #else
  6. struct Il2CppStringBuilder;
  7. typedef Il2CppStringBuilder RuntimeStringBuilder;
  8. #include "il2cpp-codegen-il2cpp.h"
  9. #endif
  10. #ifdef GC_H
  11. #error It looks like this codegen only header ends up including gc.h from the boehm gc. We should not expose boehmgc to generated code
  12. #endif
  13. #ifdef MONO_CONFIG_H_WAS_INCLUDED
  14. #error It looks like this codegen only header ends up including headers from libmono. We should not expose those to generated code
  15. #endif