]> 4ch.mooo.com Git - 16.git/blob - src/maptest.c
huge memory model fucks up everything! wwww
[16.git] / src / maptest.c
1 #include "src/lib/mapread.c"\r
2 \r
3 void
4 main(int argc, char *argv[])\r
5 {\r
6         map_t map;
7         loadmap("data/test.map", &map);
8         fprintf(stderr, "%d\n", map.data[0]);
9 }\r