source: abuse/trunk/src/include/menu.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: 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.