annotate pped/interface.h @ 19:de685799a432
Made torps wobbly when going through nebulous terrain.
Only happens if nebula_effect contains photon.
author |
darius |
date |
Wed, 24 Dec 1997 12:40:04 +0000 |
parents |
2719a89505ba |
children |
|
rev |
line source |
2
|
1 /*
|
|
2 * Prototypes for interface.c
|
|
3 */
|
|
4
|
|
5 void getTTYinfo();
|
|
6 void cls();
|
|
7 void Interface();
|
|
8 void Edit(int pnum);
|
|
9 int Verify(char *str);
|
|
10 void Report(char *str);
|
|
11 void Change(int num, struct plnode *p);
|
|
12 void Display(struct plnode *n, int from, int to);
|
|
13 int CheckChanged();
|
|
14 void ClearChanged();
|
|
15 char *Strip(char *str);
|
|
16
|