![]() |
tgrekov-fdf
HIVE fdf May 2024
|
Map data. More...
#include <map.h>
Data Fields | |
| int | width |
| Number of columns in the map. | |
| int | height |
| Number of rows in the map. | |
| t_point ** | point |
| 2d array of points in [y][x] order | |