mirror of
https://github.com/dashr9230/SA-MP.git
synced 2025-01-04 00:23:22 +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
|