mirror of
https://github.com/dashr9230/SA-MP.git
synced 2024-11-23 14:29:52 +00:00
13 lines
187 B
C++
13 lines
187 B
C++
|
|
#include "main.h"
|
|
|
|
CNetStats::CNetStats(IDirect3DDevice9 *pD3DDevice)
|
|
{
|
|
field_8 = GetTickCount();
|
|
field_4 = 0;
|
|
field_0 = 0;
|
|
field_10 = 0;
|
|
field_C = 0;
|
|
m_pD3DDevice = pD3DDevice;
|
|
}
|