mirror of
https://github.com/dashr9230/SA-MP.git
synced 2025-09-19 20:26:14 +08:00
[server] Add CPlugins and CNetGame stubs
This commit is contained in:
15
server/plugins.h
Normal file
15
server/plugins.h
Normal file
@ -0,0 +1,15 @@
|
||||
|
||||
#ifndef _PLUGINS_H_INCLUDED
|
||||
#define _PLUGINS_H_INCLUDED
|
||||
|
||||
class CPlugins // size: W: 1216 L: 1212
|
||||
{
|
||||
private:
|
||||
public:
|
||||
CPlugins();
|
||||
~CPlugins();
|
||||
|
||||
void LoadPlugins(char *szSearchPath);
|
||||
};
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user