AuthLicense.h 120 B

12345678
  1. #ifndef __AUTHLICENSE_H__
  2. #define __AUTHLICENSE_H__
  3. int CheckLicense(uint8_t *guid, uint8_t *license);
  4. #endif