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

  1. // MORPH.H
  2.  
  3. #ifndef _MORPH_H
  4. #define _MORPH_H
  5.  
  6. #include "global.h"
  7.  
  8. void morph(void);
  9. void showspeed(void);
  10. void bye(void);
  11. int usepara(int argc, char **argv,byte &guson);
  12.  
  13. #endif