source:
abuse/branches/pd/abuse/inc/help.hpp
@
636
Last change on this file since 636 was 49, checked in by , 15 years ago | |
---|---|
File size: 234 bytes |
Line | |
---|---|
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.