Added a forward reference to prevent a compiler warning.
This commit is contained in:
parent
ad2857dfab
commit
73629467ed
|
|
@ -148,6 +148,8 @@ cifGrowMinFunc(tile, table)
|
||||||
int locDist, width, height, h;
|
int locDist, width, height, h;
|
||||||
TileType type, tptype;
|
TileType type, tptype;
|
||||||
Tile *tp, *tp2;
|
Tile *tp, *tp2;
|
||||||
|
void SetMinBoxGrid(); /* Forward reference */
|
||||||
|
|
||||||
|
|
||||||
TiToRect(tile, &area);
|
TiToRect(tile, &area);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue