summaryrefslogtreecommitdiff
path: root/src/strife/p_dialog.h
diff options
context:
space:
mode:
authorSamuel Villareal2010-09-07 03:43:41 +0000
committerSamuel Villareal2010-09-07 03:43:41 +0000
commit24f03cab91845012a6e7e035175e2e52f1a04ff7 (patch)
treef7f61426ded6b495c36559eb5382cf5eef69892b /src/strife/p_dialog.h
parentd112932e1efaa6588ed7276021847a28eb596900 (diff)
downloadchocolate-doom-24f03cab91845012a6e7e035175e2e52f1a04ff7.tar.gz
chocolate-doom-24f03cab91845012a6e7e035175e2e52f1a04ff7.tar.bz2
chocolate-doom-24f03cab91845012a6e7e035175e2e52f1a04ff7.zip
+ P_DialogStart implemented
+ Initial dialog interaction implemented Subversion-branch: /branches/strife-branch Subversion-revision: 2031
Diffstat (limited to 'src/strife/p_dialog.h')
-rw-r--r--src/strife/p_dialog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/strife/p_dialog.h b/src/strife/p_dialog.h
index 3da79ba8..da02b388 100644
--- a/src/strife/p_dialog.h
+++ b/src/strife/p_dialog.h
@@ -71,6 +71,8 @@ typedef struct mapdialog_s
mapdlgchoice_t choices[MDLG_MAXCHOICES];
} mapdialog_t;
+void P_DialogStart(player_t *player);
+
#endif