mirror of
https://github.com/dashr9230/SA-MP.git
synced 2025-01-03 16:13:34 +08:00
9 lines
141 B
C
9 lines
141 B
C
|
|
||
|
#ifndef _PLUGININTERNAL_H_INCLUDED
|
||
|
#define _PLUGININTERNAL_H_INCLUDED
|
||
|
|
||
|
#define MAX_PLUGIN_DATA 256
|
||
|
#define MAX_PLUGIN_AMX_EXPORT 44
|
||
|
|
||
|
#endif
|