home *** CD-ROM | disk | FTP | other *** search
-
- /* Generated by Interface Builder */
-
- #import <appkit/Application.h>
-
- @interface BreakApp:Application
- {
- id controlWindow;
- id gameWindow;
- id game;
- id infoPanel;
- }
-
- + new;
- - appDidInit:app;
- - appDidHide:app;
- - windowDidMiniaturize:window;
- - showInfo:sender;
- - printGame:sender;
-
- @end
-