Added a forward reference to prevent a compiler warning.

This commit is contained in:
Tim Edwards 2020-11-11 14:12:51 -05:00
parent ad2857dfab
commit 73629467ed
1 changed files with 2 additions and 0 deletions

View File

@ -148,6 +148,8 @@ cifGrowMinFunc(tile, table)
int locDist, width, height, h;
TileType type, tptype;
Tile *tp, *tp2;
void SetMinBoxGrid(); /* Forward reference */
TiToRect(tile, &area);