mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-26 06:45:37 +03:00
10 lines
202 B
PHP
10 lines
202 B
PHP
|
// METAMAP module
|
||
|
|
||
|
#if !defined INCLUDED_METAMAP
|
||
|
#define INCLUDED_METAMAP
|
||
|
|
||
|
// Matrix must be of size columns * lines!
|
||
|
native metamap_getmap(matrix[], columns, lines, walls);
|
||
|
|
||
|
#endif // INCLUDED_METAMAP
|