SA-MP/server/scrhttps.h

12 lines
122 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];
};
#endif