mirror of
https://github.com/dashr9230/SA-MP.git
synced 2024-12-23 06:57:31 +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
|