No Description
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.

UnityEngine.Purchasing.AppleMacosStub_CodeGen.c 2.2KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. #include "pch-c.h"
  2. #ifndef _MSC_VER
  3. # include <alloca.h>
  4. #else
  5. # include <malloc.h>
  6. #endif
  7. #include "codegen/il2cpp-codegen-metadata.h"
  8. extern void OSXStoreBindings_SetUnityPurchasingCallback_mBB8CB88EA7308F3B7B9C82E19DF22A1D33E2ABC5 (void);
  9. extern void OSXStoreBindings_AddTransactionObserver_mCB5026064E32CC0789ED6EF6D25952C9C1418752 (void);
  10. extern void OSXStoreBindings_RetrieveProducts_mA0C95496441A2EF71BA05E0D5AC4089C9465F5F3 (void);
  11. extern void OSXStoreBindings_Purchase_m52F91E67C26D94ADC5E10FBEC9B6E179A344C0A7 (void);
  12. extern void OSXStoreBindings_FinishTransaction_mE289ADEEEA094E3D7EE0787C647BE977522B0C31 (void);
  13. extern void OSXStoreBindings_get_appReceipt_mECA7C48A499AA98C8EAFCFC0D420AAB157508DBE (void);
  14. extern void OSXStoreBindings_get_appReceiptModificationDate_m0DBAA910000990A3F3EF43F04C783E7BC2B510F4 (void);
  15. extern void OSXStoreBindings_InterceptPromotionalPurchases_m22307344F3DDE0F731A772C6A83D4ACF6063DF6C (void);
  16. extern void OSXStoreBindings__ctor_mF2730729E545708DDE64B8098F8814B56B1FD968 (void);
  17. static Il2CppMethodPointer s_methodPointers[9] =
  18. {
  19. OSXStoreBindings_SetUnityPurchasingCallback_mBB8CB88EA7308F3B7B9C82E19DF22A1D33E2ABC5,
  20. OSXStoreBindings_AddTransactionObserver_mCB5026064E32CC0789ED6EF6D25952C9C1418752,
  21. OSXStoreBindings_RetrieveProducts_mA0C95496441A2EF71BA05E0D5AC4089C9465F5F3,
  22. OSXStoreBindings_Purchase_m52F91E67C26D94ADC5E10FBEC9B6E179A344C0A7,
  23. OSXStoreBindings_FinishTransaction_mE289ADEEEA094E3D7EE0787C647BE977522B0C31,
  24. OSXStoreBindings_get_appReceipt_mECA7C48A499AA98C8EAFCFC0D420AAB157508DBE,
  25. OSXStoreBindings_get_appReceiptModificationDate_m0DBAA910000990A3F3EF43F04C783E7BC2B510F4,
  26. OSXStoreBindings_InterceptPromotionalPurchases_m22307344F3DDE0F731A772C6A83D4ACF6063DF6C,
  27. OSXStoreBindings__ctor_mF2730729E545708DDE64B8098F8814B56B1FD968,
  28. };
  29. static const int32_t s_InvokerIndices[9] =
  30. {
  31. 5226,
  32. 6399,
  33. 5226,
  34. 2939,
  35. 2939,
  36. 6269,
  37. 6202,
  38. 6399,
  39. 6399,
  40. };
  41. IL2CPP_EXTERN_C const Il2CppCodeGenModule g_UnityEngine_Purchasing_AppleMacosStub_CodeGenModule;
  42. const Il2CppCodeGenModule g_UnityEngine_Purchasing_AppleMacosStub_CodeGenModule =
  43. {
  44. "UnityEngine.Purchasing.AppleMacosStub.dll",
  45. 9,
  46. s_methodPointers,
  47. 0,
  48. NULL,
  49. s_InvokerIndices,
  50. 0,
  51. NULL,
  52. 0,
  53. NULL,
  54. 0,
  55. NULL,
  56. NULL,
  57. NULL,
  58. NULL,
  59. NULL,
  60. NULL,
  61. };