view pped/interface.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 interface.c
 */

void getTTYinfo();
void cls();
void Interface();
void Edit(int pnum);
int Verify(char *str);
void Report(char *str);
void Change(int num, struct plnode *p);
void Display(struct plnode *n, int from, int to);
int CheckChanged();
void ClearChanged();
char *Strip(char *str);