mirror of
https://github.com/jummy0/sb2-decomp
synced 2025-03-21 15:12:10 +01:00
21 lines
419 B
C++
21 lines
419 B
C++
class CNetwork
|
|
{
|
|
public:
|
|
CNetwork();
|
|
~CNetwork();
|
|
|
|
BOOL Create();
|
|
void FreeSessionList();
|
|
void FreeSessionList2();
|
|
|
|
protected:
|
|
IDirectPlay2 m_pDP;
|
|
LPVOID m_pContext;
|
|
NetSessionList m_pSessions2;
|
|
LPVOID m_pUnkC;
|
|
addr m_pUnk18;
|
|
NetSessionList m_pSessions;
|
|
BOOL m_pUnk1C;
|
|
DPID m_pDPID;
|
|
NetPlayer m_players[4];
|
|
}; |