home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Misc / Cookie / Source / BattleZoneView.h < prev    next >
Encoding:
Text File  |  1995-06-12  |  313 b   |  20 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. #import <appkit/View.h>
  5. #import <appkit/appkit.h>
  6.  
  7. @interface BattleZoneView:View
  8. {
  9.     DPSTimedEntry myTimedEntry;
  10.     float Lines[50];
  11.     int step;
  12. }
  13.  
  14. - drawSelf:(const NXRect *)rects :(int)rectCount;
  15. - startAnimation;
  16. - endAnimation;
  17. - initFrame:(const NXRect *)frameRect;
  18.  
  19. @end
  20.