view pped/file.h @ 13:ed82a42ba89d

Added code to cause missiles, fighters and plasmas to get confused in nebulous terrain. If it gets confused then it picks a random direction to go.
author darius
date Sat, 06 Dec 1997 06:27:03 +0000
parents 2719a89505ba
children
line wrap: on
line source

/*
 * Prototypes for file.c
 */


int ReadIt(char *fn);
int SaveIt(char *fn);
int DoSave(int mode);
int DoLoad(int mode);