~vcs-imports-ii/gnubg/trunk

1994 by thyssen
Show distribution of rolls (sorry guys: only for GTK+ 2.x).
1
/*
2
 * gtkrolls.h
3
 *
4
 * by Joern Thyssen <jth@gnubg.org>, 2003
5
 *
6
 * This program is free software; you can redistribute it and/or modify
3944 by ace
*** empty log message ***
7
 * it under the terms of version 3 or later of the GNU General Public License as
1994 by thyssen
Show distribution of rolls (sorry guys: only for GTK+ 2.x).
8
 * published by the Free Software Foundation.
9
 *
10
 * This program is distributed in the hope that it will be useful,
11
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13
 * GNU General Public License for more details.
14
 *
15
 * You should have received a copy of the GNU General Public License
16
 * along with this program; if not, write to the Free Software
17
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
18
 *
5379 by mdpetch
Standardized the code formatting with indent -kr -l120 -fc1 -sc -nut -psl
19
 * $Id: gtkrolls.h,v 1.4 2013/06/16 02:16:16 mdpetch Exp $
1994 by thyssen
Show distribution of rolls (sorry guys: only for GTK+ 2.x).
20
 */
21
5158 by plm
Fix bug #36201
22
#ifndef GTKROLLS_H
23
#define GTKROLLS_H
1994 by thyssen
Show distribution of rolls (sorry guys: only for GTK+ 2.x).
24
25
extern void
5379 by mdpetch
Standardized the code formatting with indent -kr -l120 -fc1 -sc -nut -psl
26
 GTKShowRolls(const gint nDepth, evalcontext * pec, matchstate * pms);
1994 by thyssen
Show distribution of rolls (sorry guys: only for GTK+ 2.x).
27
5379 by mdpetch
Standardized the code formatting with indent -kr -l120 -fc1 -sc -nut -psl
28
#endif                          /* GTKROLLS_H */