home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.0 / NeXTSTEP3.0.iso / NextDeveloper / Examples / AppKit / BreakApp / BreakApp.h < prev    next >
Text File  |  1992-03-14  |  295b  |  22 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. #import <appkit/Application.h>
  5.  
  6. @interface BreakApp:Application
  7. {
  8.    id controlWindow;
  9.    id gameWindow;
  10.    id game;
  11.    id infoPanel;
  12. }
  13.  
  14. + new;
  15. - appDidInit:app;
  16. - appDidHide:app;
  17. - windowDidMiniaturize:window;
  18. - showInfo:sender;
  19. - printGame:sender;
  20.  
  21. @end
  22.