home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 138.lha / Cycle / shell.c < prev    next >
C/C++ Source or Header  |  1986-11-20  |  177b  |  14 lines

  1. /* A shell for starting a player */
  2. #include "cycles.h"
  3.  
  4. char player_name[] = "Doofus the Munificent";
  5.  
  6. strategy_init() {}
  7. strategy_finish() {}
  8.  
  9. strategy()
  10. {
  11.   long x,y,dir;
  12.  
  13. }
  14.