=================================================================== RCS file: /cvs/ace/ace/lib/cards.h,v retrieving revision 1.13 retrieving revision 1.14 diff -p -u -r1.13 -r1.14 --- ace/lib/cards.h 2013/01/12 11:43:25 1.13 +++ /cvs/ace/ace/lib/cards.h 2013/01/12 12:04:35 1.14 @@ -194,6 +194,6 @@ void stack_undo_reset(); void stack_begin_drag(Stack *s, int n, int x, int y); void stack_continue_drag(int n, int x, int y); -void stack_drop(Stack *onto, int n); +void stack_drop(Stack *onto, int n, int flag); #endif