tiger.h
上传用户:market2
上传日期:2018-11-18
资源大小:18786k
文件大小:0k
源码类别:

外挂编程

开发平台:

Windows_Unix

  1. #ifndef _TIGER_H_
  2. #define _TIGER_H_
  3. #include "../typedefs.h"
  4. CEXTERN void tiger(const dword *str, dword length, dword *res);
  5. #endif