Initial import

This commit is contained in:
Johnny Bergström
2005-04-29 22:47:00 +00:00
parent ebf0945c6e
commit 9d200888ff
8 changed files with 6338 additions and 0 deletions

9
dlls/metamapx/metamap.inc Executable file
View 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