SA-MP/server/filterscripts.h

12 lines
145 B
C
Raw Normal View History

2023-10-29 22:26:43 +08:00
#ifndef SAMPSRV_FILTERSCRIPTS_H
#define SAMPSRV_FILTERSCRIPTS_H
class CFilterScripts // size: WL 4148
{
private:
char _gap0[4148];
};
#endif