SA-MP/server/scrhttps.h

14 lines
147 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:
char _gap0[800];
public:
CScriptHttps();
2023-10-29 22:26:43 +08:00
};
#endif