home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Raytrace & Morphing / SOS-RAYTRACE.ISO / programm / source / devel5 / demo.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-03-21  |  514 b   |  16 lines

  1. /* Header file for application-specific routines */
  2.  
  3. /* Written by Bernie Roehl, May 1992 */
  4.  
  5. /* Copyright 1992 by Dave Stampe and Bernie Roehl.
  6.    May be freely used to write software for release into the public domain;
  7.    all commercial endeavours MUST contact Bernie Roehl and Dave Stampe
  8.    for permission to incorporate any part of this software into their
  9.    products!
  10.  */
  11.  
  12. extern void *find_name(void *list, char *name);
  13. extern char *find_value(void *list, void *value);
  14.  
  15. /* End of demo.h */
  16.