Initial commit: client source
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
#pragma once
|
||||
|
||||
class CNetworkDevice
|
||||
{
|
||||
public:
|
||||
CNetworkDevice();
|
||||
virtual ~CNetworkDevice();
|
||||
|
||||
void Destroy();
|
||||
bool Create();
|
||||
|
||||
protected:
|
||||
void Initialize();
|
||||
|
||||
protected:
|
||||
bool m_isWSA;
|
||||
};
|
||||
Reference in New Issue
Block a user