mirror of
https://github.com/caozhiyi/CppNet.git
synced 2026-01-19 00:05:14 +08:00
10 lines
154 B
C++
10 lines
154 B
C++
#ifndef HEADER_NET_CEVENTHANDLER
|
|
#define HEADER_NET_CEVENTHANDLER
|
|
|
|
#include "CppDefine.h"
|
|
|
|
namespace cppnet {
|
|
uint32_t GetCpuNum();
|
|
}
|
|
#endif
|