LoadTilemap.onDeclarations

This delegate is called with tile declarations at the start of the file. Indexes within the array are later to be used to find the tile name for a cell ID.

struct LoadTilemap
void delegate(scope string[]) onDeclarations;

Meta