home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Club Amiga de Montreal - CAM
/
CAM_CD_1.iso
/
files
/
138.lha
/
Cycle
/
shell.c
< prev
next >
Wrap
C/C++ Source or Header
|
1986-11-20
|
177b
|
14 lines
/* A shell for starting a player */
#include "cycles.h"
char player_name[] = "Doofus the Munificent";
strategy_init() {}
strategy_finish() {}
strategy()
{
long x,y,dir;
}