mirror of
https://github.com/dashr9230/SA-MP.git
synced 2024-12-22 22:47:29 +08:00
12 lines
122 B
C
12 lines
122 B
C
|
|
||
|
#ifndef SAMPSRV_HTTPS_H
|
||
|
#define SAMPSRV_HTTPS_H
|
||
|
|
||
|
class CScriptHttps // size: 800
|
||
|
{
|
||
|
private:
|
||
|
char _gap0[800];
|
||
|
};
|
||
|
|
||
|
#endif
|