home *** CD-ROM | disk | FTP | other *** search
/ Groovy Bytes: Behind the Moon / groovybytes.iso / GROOVY / DEMOS / MISC_DEM / SUNKNOWN.ZIP / DUNE.H < prev    next >
Encoding:
C/C++ Source or Header  |  1994-04-05  |  101 b   |  9 lines

  1. // DUNE.H
  2.  
  3. #ifndef _DUNE_H
  4. #define _DUNE_H
  5.  
  6. void dune(void);
  7. void findrelspeed(void);
  8.  
  9. #endif