/* Project: Cartotheque Copyright (C) 2005 Stefan Urbanek Author : Stefan Urbanek Created: 2005-01-27 License: GNU LGPL 2.1 */ #include @class CardMatrix; @interface CartothequeWindowController : NSWindowController { CardMatrix *cardMatrix; } - (void) createCard: (id)sender; - (void) deleteCard: (id)sender; @end