annotate pped/interface.h @ 15:d28f3d01043c
Add code to make nebulous terrain increase penetration of sheilds.
author |
darius |
date |
Sat, 06 Dec 1997 15:21:57 +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
|