mirror of
https://github.com/dashr9230/SA-MP.git
synced 2024-12-02 11:18:10 +00:00
15 lines
169 B
C++
15 lines
169 B
C++
|
|
#ifndef SAMPSRV_HTTPS_H
|
|
#define SAMPSRV_HTTPS_H
|
|
|
|
class CScriptHttps // size: 800
|
|
{
|
|
private:
|
|
int field_0[200];
|
|
public:
|
|
CScriptHttps();
|
|
~CScriptHttps() {};
|
|
};
|
|
|
|
#endif
|