source:
abuse/trunk/src/include/help.hpp
@
19
Last change on this file since 19 was 2, checked in by , 17 years ago | |
---|---|
File size: 234 bytes |
Rev | Line | |
---|---|---|
[2] | 1 | #ifndef __HELP_HPP_ |
2 | #define __HELP_HPP_ | |
3 | ||
4 | #include "event.hpp" | |
5 | ||
6 | extern int total_help_screens; | |
7 | extern int *help_screens; | |
8 | void help_handle_event(event &ev); | |
9 | void draw_help(); // called from game draw if in help mode | |
10 | ||
11 | #endif | |
12 | ||
13 | ||
14 | ||
15 | ||
16 |
Note: See TracBrowser
for help on using the repository browser.