Codebase list hitori / HEAD src / generator.h
HEAD

Tree @HEAD (Download .tar.gz)

generator.h @HEADraw · history · blame

/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */
/*
 * Hitori
 * Copyright (C) Philip Withnall 2007-2008 <philip@tecnocode.co.uk>
 * 
 * Hitori 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 3 of the License, or
 * (at your option) any later version.
 *
 * Hitori 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 Hitori.  If not, see <http://www.gnu.org/licenses/>.
 */

#include <glib.h>

#ifndef HITORI_GENERATOR_H
#define HITORI_GENERATOR_H

G_BEGIN_DECLS

void hitori_generate_board (Hitori *hitori, guint new_board_size, guint seed);

G_END_DECLS

#endif /* HITORI_GENERATOR_H */