This commit is contained in:
Gonsolo 2026-02-08 06:55:02 +01:00 committed by GitHub
commit 509b92a8ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 13 deletions

View File

@ -53,10 +53,7 @@ typedef struct dbcellboundstruct
*/
int
DBBoundCellPlane(def, extended, rect)
CellDef *def;
Rect *extended;
Rect *rect;
DBBoundCellPlane(CellDef *def, Rect *extended, Rect *rect)
{
TreeFilter filter;
DBCellBoundStruct cbs;
@ -79,9 +76,7 @@ DBBoundCellPlane(def, extended, rect)
}
int
dbCellBoundFunc(use, fp)
CellUse *use;
TreeFilter *fp;
dbCellBoundFunc(CellUse *use, TreeFilter *fp)
{
DBCellBoundStruct *cbs;
@ -124,9 +119,7 @@ dbCellBoundFunc(use, fp)
*/
bool
DBBoundPlane(plane, rect)
Plane *plane;
Rect *rect;
DBBoundPlane(Plane *plane, Rect *rect)
{
Tile *left, *right, *top, *bottom, *tp;
@ -205,9 +198,7 @@ DBBoundPlane(plane, rect)
*/
bool
DBBoundPlaneVert(plane, rect)
Plane *plane;
Rect *rect;
DBBoundPlaneVert(Plane *plane, Rect *rect)
{
Tile *left, *right, *top, *bottom, *tp;