mirror of
https://github.com/holub/mame
synced 2025-04-25 17:56:43 +03:00
added some comments to tilemap.h (nw)
This commit is contained in:
parent
d322739b07
commit
f42bf8d02e
@ -641,8 +641,8 @@ public:
|
||||
// tilemap creation
|
||||
tilemap_t &create(tilemap_get_info_delegate tile_get_info, tilemap_mapper_delegate mapper, int tilewidth, int tileheight, int cols, int rows);
|
||||
tilemap_t &create(tilemap_get_info_delegate tile_get_info, tilemap_standard_mapper mapper, int tilewidth, int tileheight, int cols, int rows);
|
||||
tilemap_t &create(tile_get_info_func tile_get_info, tilemap_mapper_func mapper, int tilewidth, int tileheight, int cols, int rows);
|
||||
tilemap_t &create(tile_get_info_func tile_get_info, tilemap_standard_mapper mapper, int tilewidth, int tileheight, int cols, int rows);
|
||||
tilemap_t &create(tile_get_info_func tile_get_info, tilemap_mapper_func mapper, int tilewidth, int tileheight, int cols, int rows); // legacy
|
||||
tilemap_t &create(tile_get_info_func tile_get_info, tilemap_standard_mapper mapper, int tilewidth, int tileheight, int cols, int rows); // legacy
|
||||
|
||||
// tilemap list information
|
||||
tilemap_t *find(int index) { return m_tilemap_list.find(index); }
|
||||
|
Loading…
Reference in New Issue
Block a user