mirror of
https://github.com/dashr9230/SA-MP.git
synced 2024-12-11 16:34:09 +00: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
|