mirror of
https://github.com/dashr9230/SA-MP.git
synced 2025-09-20 12:46:07 +08:00
16 lines
195 B
C
16 lines
195 B
C
![]() |
|
||
|
#ifndef _PLUGINS_H_INCLUDED
|
||
|
#define _PLUGINS_H_INCLUDED
|
||
|
|
||
|
class CPlugins // size: W: 1216 L: 1212
|
||
|
{
|
||
|
private:
|
||
|
public:
|
||
|
CPlugins();
|
||
|
~CPlugins();
|
||
|
|
||
|
void LoadPlugins(char *szSearchPath);
|
||
|
};
|
||
|
|
||
|
#endif
|