1 /* ---------------------------------------------------------------------- *
2  * pottery.h
3  * This file is part of lincity.
4  * Lincity is copyright (c) I J Peters 1995-1997, (c) Greg Sharp 1997-2001.
5  * (c) Corey Keasling, 2004
6  * ---------------------------------------------------------------------- */
7 
8 #ifndef __pottery_h__
9 #define __pottery_h__
10 
11 void do_pottery(int x, int y);
12 void mps_pottery (int x, int y);
13 
14 #endif /* __pottery_h__ */
15