chiark / gitweb /
Proper Subversion configuration.
[newkind] / main.h
1 /*
2  * Elite - The New Kind.
3  *
4  * Reverse engineered from the BBC disk version of Elite.
5  * Additional material by C.J.Pinder.
6  *
7  * The original Elite code is (C) I.Bell & D.Braben 1984.
8  * This version re-engineered in C by C.J.Pinder 1999-2001.
9  *
10  * email: <christian@newkind.co.uk>
11  *
12  *
13  */
14
15 #ifndef MAIN_H
16 #define MAIN_H
17
18 void info_message (char *message);
19 void save_commander_screen (void);
20 void load_commander_screen (void);
21 void update_screen (void);
22
23
24 #endif