Fixed a build problem.
[gljewel.git] / bucky.h
blobb6181d1282ed41edd19f300427f431f99ef9bf16
1 /**
2 * @file bucky.h
3 * @brief The interface to the buckyball-ish module.
5 * Copyright 2001, 2008 David Ashley <dashxdr@gmail.com>
6 * Copyright 2008 Stephen M. Webb <stephen.webb@bregmasoft.ca>
8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of Version 2 of the GNU General Public License as
10 * published by the Free Software Foundation.
12 * This program is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
17 * You should have received a copy of the GNU General Public License
18 * along with this program; if not, write to the Free Software
19 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
21 #ifndef GLJEWEL_BUCKY_H_
22 #define GLJEWEL_BUCKY_H_
25 void makebucky(float size);
27 #endif /* GLJEWEL_BUCKY_H_ */