home *** CD-ROM | disk | FTP | other *** search
- /*
-
- Fred
- An Obnoxious Little Application
- By Sean Luke
-
- Released: April 1991
- Modified for COWS: March 1994
-
- */
-
-
- #import "COSLibrary.h"
- #import <appkit/appkit.h>
-
-
- @interface FredLibrary:COWSLibrary
- {
- id thisWindow;
- }
-
- - init:sender;
- - loadLibraries:sender;
- - pauseCancelled:sender;
-
- - fred_iconXPosition:arg_list;
- - fred_iconYPosition:arg_list;
- - fred_mouseXPosition:arg_list;
- - fred_mouseYPosition:arg_list;
- - fred_moveIcon:arg_list;
-
- @end
-