mirror of
https://github.com/RetroDECK/Supermodel.git
synced 2025-02-16 17:35:39 +00:00
14 lines
157 B
C
14 lines
157 B
C
![]() |
#ifndef _WINSOCKWRAP_H_
|
||
|
#define _WINSOCKWRAP_H_
|
||
|
|
||
|
class WinSockWrap
|
||
|
{
|
||
|
public:
|
||
|
WinSockWrap();
|
||
|
~WinSockWrap();
|
||
|
|
||
|
private:
|
||
|
int m_count;
|
||
|
};
|
||
|
|
||
|
#endif
|