7 lines
84 B
C++
7 lines
84 B
C++
// connect.h
|
|
//
|
|
|
|
class CHost;
|
|
|
|
HRESULT Connect (CHost& host, INT port, bool& bRet);
|