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