DefaultConfig.h 803 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. #pragma once
  2. #include <stdint.h>
  3. #include "il2cpp-object-internals.h"
  4. #include "il2cpp-config.h"
  5. struct Il2CppObject;
  6. struct Il2CppDelegate;
  7. struct Il2CppReflectionType;
  8. struct Il2CppReflectionMethod;
  9. struct Il2CppReflectionField;
  10. struct Il2CppArray;
  11. struct Il2CppException;
  12. struct Il2CppReflectionModule;
  13. struct Il2CppAssembly;
  14. struct Il2CppAssemblyName;
  15. struct Il2CppAppDomain;
  16. namespace il2cpp
  17. {
  18. namespace icalls
  19. {
  20. namespace System
  21. {
  22. namespace System
  23. {
  24. namespace Configuration
  25. {
  26. class LIBIL2CPP_CODEGEN_API DefaultConfig
  27. {
  28. public:
  29. static Il2CppString* get_machine_config_path();
  30. static Il2CppString* get_bundled_machine_config();
  31. };
  32. } /* namespace Configuration */
  33. } /* namespace System */
  34. } /* namespace System */
  35. } /* namespace icalls */
  36. } /* namespace il2cpp */