home *** CD-ROM | disk | FTP | other *** search
- /* VMApp.h created by chaos on Tue 14-Jan-1997 */
-
- #import <AppKit/AppKit.h>
- #import <Foundation/Foundation.h>
- #import "cheese.h"
-
- @interface VMApp : NSApplication
- {
- NSTimeInterval period;
- id timer;
- }
-
- -(void) applicationDidFinishLaunching:(NSNotification *)aNotification;
- -(void) stopApp: sender;
- -(void) calcNow;
-
-
- @end
-