1. 首页
  2. 编程语言
  3. C
  4. CheatEngine 中文版

CheatEngine 中文版

上传者: 2020-07-23 10:40:41上传 RAR文件 3.2MB 热度 13次
// UC_TIMER.H #ifndef __UC_TIMER_H #define __UC_TIMER_H // import GetTickCount() (no of msec since begining of session) #lib kernel32.dll extern "C" { __API unsigned long GetTickCount(); } #lib class Timer { unsigned long m_start; char* m_msg; public: Timer() { } void start(char* msg)
下载地址
用户评论