Added a commented-out line, template for when making builds for beta testers.
[MenuTunes.git] / MenuTunesView.h
index 1eeb4f4..06658fe 100755 (executable)
@@ -1,16 +1,25 @@
-//
-//  MenuTunesView.h
-//  MenuTunes
-//
-//  Created by Kent Sutherland on Tue Nov 19 2002.
-//  Copyright (c) 2002 Kent Sutherland. All rights reserved.
-//
+/*
+ *     MenuTunes
+ *  MenuTunesView
+ *    App Controller Class
+ *
+ *  Original Author : Kent Sutherland <ksuther@ithinksw.com>
+ *   Responsibility : Kent Sutherland <ksuther@ithinksw.com>
+ *     Contributors : Matt Judy <matt@nibfile.com>
+ *
+ *  Copyright (c) 2002 iThink Software.
+ *  All Rights Reserved
+ *
+ */
+
 
 #import <AppKit/AppKit.h>
 
 @interface MenuTunesView : NSView
 {
-    NSImage *image, *altImage, *curImage;
+    NSImage *image;
+    NSImage *altImage;
+    BOOL     mouseIsPressed;
 }
 
 @end