SA-MP/server/scrhttps.h
2023-10-29 22:26:43 +08:00

12 lines
122 B
C++

#ifndef SAMPSRV_HTTPS_H
#define SAMPSRV_HTTPS_H
class CScriptHttps // size: 800
{
private:
char _gap0[800];
};
#endif