Codebase list gplanarity / HEAD dialog_pause.h
HEAD

Tree @HEAD (Download .tar.gz)

dialog_pause.h @HEADraw · history · blame

/*
 *
 *  gPlanarity: 
 *     The geeky little puzzle game with a big noodly crunch!
 *    
 *     gPlanarity copyright (C) 2005 Monty <monty@xiph.org>
 *     Original Flash game by John Tantalo <john.tantalo@case.edu>
 *     Original game concept by Mary Radcliffe
 *
 *  gPlanarity is free software; you can redistribute it and/or modify
 *  it under the terms of the GNU General Public License as published by
 *  the Free Software Foundation; either version 2, or (at your option)
 *  any later version.
 *   
 *  gPlanarity is distributed in the hope that it will be useful,
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *  GNU General Public License for more details.
 *   
 *  You should have received a copy of the GNU General Public License
 *  along with Postfish; see the file COPYING.  If not, write to the
 *  Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
 *
 * 
 */

#define PAUSE_BUTTON_BORDER 35
#define PAUSE_BUTTON_Y 25
#define PAUSEBOX_WIDTH 180
#define PAUSEBOX_HEIGHT 250

#define ABOUTBOX_WIDTH 350
#define ABOUTBOX_HEIGHT 400

extern void pause_dialog(Gameboard *g);
extern void about_dialog(Gameboard *g);