Fixed a build problem.
[gljewel.git] / pyramid.h
blob3e4429c04bed95c46591e0db8a3d38aa9a92d752
1 /**
2 * @file pyramid.h
3 * @brief The interface to the pyramid 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_PYRAMID_H_
22 #define GLJEWEL_PYRAMID_H_
24 #include "shape.h"
27 void create_pyramid(shape*);
28 void makepyramid(float size);
30 #endif /* GLJEWEL_PYRAMID_H_ */