Crossfire Server, Branches 1.12  R18729
dialog.h
Go to the documentation of this file.
1 #ifndef DIALOG_H
2 #define DIALOG_H
3 
4 typedef enum {
7 } reply_type;
8 
9 typedef struct struct_dialog_reply {
10  char *reply;
11  char *message;
15 
16 typedef struct struct_dialog_message {
17  char *match;
18  char *message;
22 
23 typedef struct struct_dialog_information {
27 
28 #endif /* DIALOG_H */
struct struct_dialog_message struct_dialog_message
struct struct_dialog_information struct_dialog_information
char * message
Definition: dialog.h:11
struct struct_dialog_message * next
Definition: dialog.h:20
struct struct_dialog_reply * all_replies
Definition: dialog.h:24
reply_type
Definition: dialog.h:4
Definition: dialog.h:5
struct struct_dialog_reply * replies
Definition: dialog.h:19
struct struct_dialog_reply struct_dialog_reply
struct struct_dialog_message * all_messages
Definition: dialog.h:25
struct struct_dialog_reply * next
Definition: dialog.h:13
reply_type type
Definition: dialog.h:12