aboutsummaryrefslogtreecommitdiff
path: root/helpmsgs.h
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2021-04-26 15:37:02 -0400
committerB. Watson <yalhcru@gmail.com>2021-04-26 15:37:02 -0400
commit5faf0c949468cf72d1dfd0e52369ab2d26760fd7 (patch)
tree9033b891b1dbe50e5b91d7f281e0e78a3fdebe10 /helpmsgs.h
parente16403c5a93e02c8c85ea3cd6de64798235a3ae5 (diff)
downloadtaipan-5faf0c949468cf72d1dfd0e52369ab2d26760fd7.tar.gz
Initial POC of in-game help
Diffstat (limited to 'helpmsgs.h')
-rw-r--r--helpmsgs.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/helpmsgs.h b/helpmsgs.h
new file mode 100644
index 0000000..0df1d6d
--- /dev/null
+++ b/helpmsgs.h
@@ -0,0 +1,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)