Devilution
Diablo devolved - magic behind the 1996 computer game
help.h
Go to the documentation of this file.
1 
6 #ifndef __HELP_H__
7 #define __HELP_H__
8 
9 extern int help_select_line;
10 extern int dword_634494;
11 extern BOOL helpflag;
12 extern int displayinghelp[22];
13 extern int HelpTop;
14 
15 void InitHelp();
16 void DrawHelp();
17 void DrawHelpLine(int always_0, int help_line_nr, char *text, char color);
18 void DisplayHelp();
19 void HelpScrollUp();
20 void HelpScrollDown();
21 
22 /* rdata */
23 extern const char gszHelpText[];
24 
25 #endif /* __HELP_H__ */
HelpTop
int HelpTop
Definition: help.cpp:14
dword_634494
int dword_634494
Definition: help.cpp:11
gszHelpText
const char gszHelpText[]
Definition: help.cpp:16
helpflag
BOOL helpflag
Definition: help.cpp:12
DrawHelpLine
void DrawHelpLine(int always_0, int help_line_nr, char *text, char color)
Definition: help.cpp:541
DisplayHelp
void DisplayHelp()
Definition: help.cpp:562
displayinghelp
int displayinghelp[22]
Definition: help.cpp:13
InitHelp
void InitHelp()
Definition: help.cpp:445
HelpScrollDown
void HelpScrollDown()
Definition: help.cpp:575
DrawHelp
void DrawHelp()
Definition: help.cpp:452
HelpScrollUp
void HelpScrollUp()
Definition: help.cpp:569
help_select_line
int help_select_line
Definition: help.cpp:10