annotate pped/interface.h @ 20:9f180bf494bd
default tip
Made torps and fighter wobbly.
They have a chance of tracking randomly instead of staying straight or seeking
if in nebulous terrain.
Option is turned on when NEBULA_EFFECT contains PHOTON and/or FIGHTER.
author |
darius |
date |
Wed, 24 Dec 1997 12:42:09 +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
|