mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-03 23:04:08 +01:00
export functions
This commit is contained in:
parent
79df980dd1
commit
6afef3a872
1 changed files with 2 additions and 0 deletions
|
@ -178,6 +178,8 @@ XP_Bool moveTileToArrowLoc( BoardCtxt* board, XP_U8 index );
|
|||
XP_U16 indexForBits( XP_U8 bits );
|
||||
XP_Bool rectContainsPt( XP_Rect* rect1, XP_U16 x, XP_U16 y );
|
||||
XP_Bool checkRevealTray( BoardCtxt* board );
|
||||
void invalTilesUnderRect( BoardCtxt* board, XP_Rect* rect );
|
||||
XP_Bool rectsIntersect( XP_Rect* rect1, XP_Rect* rect2 );
|
||||
|
||||
#ifdef KEYBOARD_NAV
|
||||
XP_Bool tray_moveCursor( BoardCtxt* board, XP_Key cursorKey );
|
||||
|
|
Loading…
Reference in a new issue