home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 200-299 / ff280.lzh / Graph / object / default.h < prev    next >
C/C++ Source or Header  |  1989-11-20  |  377b  |  18 lines

  1. /*
  2.  *                 GRAPH, Version 1.00 - 4 August 1989
  3.  *
  4.  *            Copyright 1989, David Gay. All Rights Reserved.
  5.  *            This software is freely redistrubatable.
  6.  */
  7.  
  8. /* Default object methods */
  9. #ifndef DEFAULT_H
  10. #define DEFAULT_H
  11.  
  12. int uncalled(struct object *this);
  13. struct Region *ref_uncalled(struct object *this);
  14. int notdone(struct object *this);
  15.  
  16. #endif
  17.  
  18.