database.h.in: dbcUnconnectFunc() add public prototype
This commit is contained in:
parent
fa1f1583df
commit
ef123be806
|
|
@ -731,6 +731,8 @@ donesides:
|
||||||
* ----------------------------------------------------------------------------
|
* ----------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/** @typedef cb_database_srpaintnmarea_t */
|
||||||
|
/** @typedef cb_database_srpaintarea_t */
|
||||||
int
|
int
|
||||||
dbcUnconnectFunc(tile, clientData)
|
dbcUnconnectFunc(tile, clientData)
|
||||||
Tile *tile; /* Current tile */
|
Tile *tile; /* Current tile */
|
||||||
|
|
|
||||||
|
|
@ -955,6 +955,7 @@ extern int DBArraySr();
|
||||||
extern bool DBNearestLabel();
|
extern bool DBNearestLabel();
|
||||||
extern int DBSrLabelLoc();
|
extern int DBSrLabelLoc();
|
||||||
extern TileType DBTransformDiagonal();
|
extern TileType DBTransformDiagonal();
|
||||||
|
extern int dbcUnconnectFunc(Tile *tile, ClientData clientData); /* (notused) */
|
||||||
|
|
||||||
/* C99 compat */
|
/* C99 compat */
|
||||||
extern void DBEraseValid();
|
extern void DBEraseValid();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue