mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-04-25 08:28:18 +02:00
Added empty_side() prototype
This commit is contained in:
parent
0038f52681
commit
b51b8e108a
@ -4,14 +4,17 @@
|
|||||||
* Date created: June 23, 1999 (Wednesday, 13:45h)
|
* Date created: June 23, 1999 (Wednesday, 13:45h)
|
||||||
* Author: Thomas Jensen
|
* Author: Thomas Jensen
|
||||||
* tsjensen@stud.informatik.uni-erlangen.de
|
* tsjensen@stud.informatik.uni-erlangen.de
|
||||||
* Version: $Id$
|
* Version: $Id: shape.h,v 1.1 1999/06/23 12:27:06 tsjensen Exp tsjensen $
|
||||||
* Language: ANSI C
|
* Language: ANSI C
|
||||||
* Purpose: Shape handling and information functions
|
* Purpose: Shape handling and information functions
|
||||||
* Remarks: ---
|
* Remarks: ---
|
||||||
*
|
*
|
||||||
* Revision History:
|
* Revision History:
|
||||||
*
|
*
|
||||||
* $Log$
|
* $Log: shape.h,v $
|
||||||
|
* Revision 1.1 1999/06/23 12:27:06 tsjensen
|
||||||
|
* Initial revision
|
||||||
|
*
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@ -67,6 +70,8 @@ size_t widest (const sentry_t *sarr, const int n, ...);
|
|||||||
|
|
||||||
shape_t leftmost (const int aside, const int cnt);
|
shape_t leftmost (const int aside, const int cnt);
|
||||||
|
|
||||||
|
int empty_side (sentry_t *d, const int aside);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#endif /*SHAPE_H*/
|
#endif /*SHAPE_H*/
|
||||||
|
Loading…
Reference in New Issue
Block a user