X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fmain.h;h=f95b555ecf9a42599fb877e2b1cc32b4e2c384c0;hb=860de21ec6c253290ab3fc213cb11f350b193d05;hp=f89ca88cfb4e423fb4598cf9dba729196a77a08a;hpb=52befa5d23562e3cd598d6a49d2d6c13131f38a6;p=mancala diff --git a/src/main.h b/src/main.h index f89ca88..f95b555 100644 --- a/src/main.h +++ b/src/main.h @@ -1,35 +1,19 @@ -/* - * Main Mancala Program Module Header -- main.h - * $Id: main.h,v 1.1.2.8 2004/01/16 20:49:30 sparrow_hawk Exp $ - * - * Copyright (C) 2003 Kevin Riggle - * http://cmancala.sourcefoge.net - * - * This program 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. - * - * This program 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, a copy of which may be found in - * the file COPYING provided in the main directory of this release. - * - */ +/* +* Copyright (C) 2009 Reto Zingg +* +* This program 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. +* +* This program 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, a copy of which may be found in +* the file COPYING provided in the main directory of this release. +* +*/ -/* path to resource files */ -#define RES_PATH "/usr/share/pixmaps/mancala" -#define FONT_PATH "/usr/share/fonts/bitstream-vera" -/* various constants */ -#define STRING_MAX 1000 -#define STONE_MAX 10 -#define DELAY_MAX 1 -/* font sizes */ -#define TITLE_SIZE 75 -#define HOME_SIZE 50 -#define BOARD_SIZE 35 -/* End main.h */