source: abuse/tags/pd/abuse/inc/menu.hpp @ 161

Last change on this file since 161 was 49, checked in by Sam Hocevar, 15 years ago
  • Imported original public domain release, for future reference.
File size: 160 bytes
Line 
1#ifndef GRUE_MENU_HPP
2#define GRUE_MENU_HPP
3#include "fonts.hpp"
4
5int menu(void *args, JCFont *font);             // reurns -1 on esc
6void main_menu();
7
8#endif
Note: See TracBrowser for help on using the repository browser.