home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / info-service / gopher / NeXT / Tree0.5 / treeobj / StarCoord.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-05-16  |  429 b   |  21 lines

  1. /* StarCoord.h    Copyright 1992 Steve Ludtke  All Rights Reserved */
  2.  
  3. #import <objc/Object.h>
  4. #import "gopher.h"
  5.  
  6. extern float frand(float lo, float hi);
  7.  
  8. @interface StarCoord:Object
  9. {
  10.     id                  object;    /* points back to the GopherObj */
  11.  
  12. }
  13.  
  14. /* required methods */
  15.     - start:(Root *) top :Pobject :(char *)path;
  16.     -setCoord:(Branch *) branch;
  17.     -preferences:sender;
  18.     -(char *)help:window :browser;
  19.  
  20.     @end
  21.