UnityEngine.GridModule.cpp 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. #include "pch-cpp.hpp"
  2. #ifndef _MSC_VER
  3. # include <alloca.h>
  4. #else
  5. # include <malloc.h>
  6. #endif
  7. #include <limits>
  8. struct GridLayout_tAD661B1E1E57C16BE21C8C13432EA04FE1F0418B;
  9. struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915;
  10. IL2CPP_EXTERN_C_BEGIN
  11. IL2CPP_EXTERN_C_END
  12. #ifdef __clang__
  13. #pragma clang diagnostic push
  14. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  15. #pragma clang diagnostic ignored "-Wunused-variable"
  16. #endif
  17. struct U3CModuleU3E_t2C7BF608494A5C8FB8C8C4D318FB27BCF6CE322A
  18. {
  19. };
  20. struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F : public RuntimeObject
  21. {
  22. };
  23. struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_pinvoke
  24. {
  25. };
  26. struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_com
  27. {
  28. };
  29. struct IntPtr_t
  30. {
  31. void* ___m_value;
  32. };
  33. struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915
  34. {
  35. union
  36. {
  37. struct
  38. {
  39. };
  40. uint8_t Void_t4861ACF8F4594C3437BB48B6E56783494B843915__padding[1];
  41. };
  42. };
  43. struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C : public RuntimeObject
  44. {
  45. intptr_t ___m_CachedPtr;
  46. };
  47. struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_marshaled_pinvoke
  48. {
  49. intptr_t ___m_CachedPtr;
  50. };
  51. struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_marshaled_com
  52. {
  53. intptr_t ___m_CachedPtr;
  54. };
  55. struct Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3 : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C
  56. {
  57. };
  58. struct Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA : public Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3
  59. {
  60. };
  61. struct GridLayout_tAD661B1E1E57C16BE21C8C13432EA04FE1F0418B : public Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA
  62. {
  63. };
  64. #ifdef __clang__
  65. #pragma clang diagnostic pop
  66. #endif
  67. #ifdef __clang__
  68. #pragma clang diagnostic push
  69. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  70. #pragma clang diagnostic ignored "-Wunused-variable"
  71. #endif
  72. #ifdef __clang__
  73. #pragma clang diagnostic pop
  74. #endif
  75. #ifdef __clang__
  76. #pragma clang diagnostic push
  77. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  78. #pragma clang diagnostic ignored "-Wunused-variable"
  79. #endif
  80. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GridLayout_DoNothing_mA280987BF98D257023D46C2C01902FC82EE6A00A (GridLayout_tAD661B1E1E57C16BE21C8C13432EA04FE1F0418B* __this, const RuntimeMethod* method)
  81. {
  82. {
  83. return;
  84. }
  85. }
  86. #ifdef __clang__
  87. #pragma clang diagnostic pop
  88. #endif