mirror of
https://github.com/dashr9230/SA-MP.git
synced 2024-12-23 06:57:31 +08:00
12 lines
145 B
C++
12 lines
145 B
C++
|
|
#ifndef SAMPSRV_FILTERSCRIPTS_H
|
|
#define SAMPSRV_FILTERSCRIPTS_H
|
|
|
|
class CFilterScripts // size: WL 4148
|
|
{
|
|
private:
|
|
char _gap0[4148];
|
|
};
|
|
|
|
#endif
|