AuthLicense.h 89 B

12345678
  1. #ifndef __AUTHLICENSE_H__
  2. #define __AUTHLICENSE_H__
  3. int CheckLicense();
  4. #endif