=================================================================== RCS file: /cvs/ace/ace/docs/toolkit.html,v retrieving revision 1.4 retrieving revision 1.5 diff -p -u -r1.4 -r1.5 --- ace/docs/toolkit.html 2013/01/06 16:53:00 1.4 +++ /cvs/ace/ace/docs/toolkit.html 2013/01/06 17:53:11 1.5 @@ -569,6 +569,12 @@ moved.

Like stack_move_cards but moves just one card.

+
void stack_flip_cards(Stack *src, Stack *dest, int num, int flag) + +
Take num cards from src, flip them over, and put +them on top of dest. If flag is nonzero then +stack_undo considers this an automatic move.

+
void stack_flip_card(Stack *src, Stack *dest)
Moves the top-most card from src to dest, and