패킷 정의, 로그가 더 많이 설명하도록 변경
This commit is contained in:
10
include/Socket/IOCP.hpp
Normal file
10
include/Socket/IOCP.hpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
namespace Chattr {
|
||||
class IOCP {
|
||||
public:
|
||||
IOCP();
|
||||
|
||||
~IOCP();
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user