il2cpp api pointers updated

This commit is contained in:
Jadis0x
2024-05-16 21:02:28 +03:00
parent 26c0103b0f
commit 17df650819
8 changed files with 209840 additions and 54962 deletions

View File

@@ -20,7 +20,7 @@
#define DO_APP_FUNC(a, r, n, p) extern r (*n) p
#define DO_APP_FUNC_METHODINFO(a, n) extern struct MethodInfo ** n
namespace app {
#include "il2cpp-functions.h"
#include "il2cpp-functions.h"
}
#undef DO_APP_FUNC
#undef DO_APP_FUNC_METHODINFO
@@ -28,6 +28,6 @@ namespace app {
// TypeInfo pointers
#define DO_TYPEDEF(a, n) extern n ## __Class** n ## __TypeInfo
namespace app {
#include "il2cpp-types-ptr.h"
#include "il2cpp-types-ptr.h"
}
#undef DO_TYPEDEF