Initial import
This commit is contained in:
9
dlls/metamapx/metamap.inc
Executable file
9
dlls/metamapx/metamap.inc
Executable file
@ -0,0 +1,9 @@
|
||||
// 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
|
Reference in New Issue
Block a user