mirror of
https://github.com/dashr9230/SA-MP.git
synced 2025-01-03 16:13:34 +08:00
3f64ae001b
* Add CFilterScripts::UnloadFilterScripts stub
22 lines
260 B
C++
22 lines
260 B
C++
|
|
#ifndef SAMPSRV_FILTERSCRIPTS_H
|
|
#define SAMPSRV_FILTERSCRIPTS_H
|
|
|
|
class CFilterScripts // size: WL 4148
|
|
{
|
|
private:
|
|
|
|
int field_0[16];
|
|
char gap40[4080];
|
|
int field_1030;
|
|
|
|
public:
|
|
CFilterScripts();
|
|
~CFilterScripts();
|
|
|
|
void UnloadFilterScripts();
|
|
|
|
};
|
|
|
|
#endif
|