source: abuse/trunk/src/include/help.hpp @ 39

Last change on this file since 39 was 2, checked in by Sam Hocevar, 18 years ago
  • imported original 0.7.0 tarball
File size: 234 bytes
Line 
1#ifndef __HELP_HPP_
2#define __HELP_HPP_
3
4#include "event.hpp"
5
6extern int total_help_screens;
7extern int *help_screens;
8void help_handle_event(event &ev);
9void 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.