=================================================================== RCS file: /cvs/ace/ace/docs/toolkit.html,v retrieving revision 1.6 retrieving revision 1.7 diff -p -u -r1.6 -r1.7 --- ace/docs/toolkit.html 2013/01/11 18:16:34 1.6 +++ /cvs/ace/ace/docs/toolkit.html 2013/01/11 18:42:27 1.7 @@ -579,12 +579,9 @@ them on top of dest. If fla
Like stack_flip_cards but flips just one card.

-
void stack_flip_stack(Stack *src, Stack *dest) +
void stack_flip_stack(Stack *src, Stack *dest, int flag) -
Moves all the cards from src to dest and makes -all the moved cards face-down. Note that the order is preserved as if -the player had flipped the whole stack; the card that used to be on -the bottom of src will be at the top of dest.

+
Like stack_flip_cards but flips the entire stack.

void stack_animate(Stack *src, Stack *dest)