SA-MP/server/scrhttps.h

15 lines
169 B
C
Raw Normal View History

2023-10-29 22:26:43 +08:00
#ifndef SAMPSRV_HTTPS_H
#define SAMPSRV_HTTPS_H
class CScriptHttps // size: 800
{
private:
2023-11-25 23:11:23 +08:00
int field_0[200];
public:
CScriptHttps();
2023-11-25 23:11:23 +08:00
~CScriptHttps() {};
2023-10-29 22:26:43 +08:00
};
#endif