XCForwarder.h 357 B

12345678910111213141516171819202122
  1. //
  2. // XCForwarder.h
  3. // SAGESSE
  4. //
  5. // Created by SAGESSE on 2019/4/30.
  6. //
  7. #ifndef __XCForwarder_H__
  8. #define __XCForwarder_H__
  9. #ifdef __cplusplus
  10. extern "C" {
  11. #endif
  12. /// Load the data from the Forwarder.
  13. unsigned char* XCForwarderLoadData(const char* name, const char* mode, void* size);
  14. #ifdef __cplusplus
  15. }
  16. #endif
  17. #endif //__XCForwarder_H__