/* * Abuse - dark 2D side-scrolling platform game * Copyright (c) 1995 Crack dot Com * * This software was released into the Public Domain. As with most public * domain software, no warranty is made or implied by Crack dot Com or * Jonathan Clark. */ #ifndef GRUE_MENU_HPP #define GRUE_MENU_HPP #include "fonts.hpp" int menu(void *args, JCFont *font); // reurns -1 on esc void main_menu(); #endif