source: abuse/branches/pd/abuse/inc/help.hpp @ 636

Last change on this file since 636 was 49, checked in by Sam Hocevar, 15 years ago
  • Imported original public domain release, for future reference.
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.