BlobReader.h 272 B

12345678910111213141516
  1. #pragma once
  2. #include "../il2cpp-blob.h"
  3. namespace il2cpp
  4. {
  5. namespace utils
  6. {
  7. class BlobReader
  8. {
  9. public:
  10. // internal
  11. static int GetConstantValueFromBlob(Il2CppTypeEnum type, const char *blob, void *value);
  12. };
  13. } /* utils */
  14. } /* il2cpp */