home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d2xx / d280 / graph.lha / Graph / object / default.h < prev    next >
Encoding:
C/C++ Source or Header  |  1989-11-20  |  377 b   |  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.