aboutsummaryrefslogtreecommitdiff
path: root/helpmsgs.h
blob: 0df1d6d1da2fcc48325bf7c8372abdfd9905003e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
extern void __fastcall__ print_game_help(void);

extern const char *game_help;

extern const char get_amount_help[];
extern const char port_choices_help[];
extern const char name_firm_help[];
extern const char sea_battle_help[];
extern const char wu_help[];
extern const char new_gun_help[];
extern const char new_ship_help[];

#define SET_HELP(x) (game_help = x)
#define CLEAR_HELP  (game_help = (void *)0)