1
0
mirror of https://github.com/jummy0/sb2-decomp synced 2025-03-21 15:12:10 +01:00
sb2-decomp/network.h
2024-06-01 20:56:16 -04:00

21 lines
425 B
C++

class CNetwork
{
public:
CNetwork();
~CNetwork();
BOOL Create();
void FreeSessionList();
protected:
int m_field0_0x0;
int m_field8_0x20;
int m_field7_0x1c;
int m_pUnkC;
void m_pSessions;
int m_field3_0xc;
void m_field4_0x10;
int m_field5_0x14;
int m_field6_0x18;
NetPlayer m_players[4];
};