1 /* ---------------------------------------------------------------------- *
2  * tip.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 __tip_h__
9 #define __tip_h__
10 
11 void do_tip(int x, int y);
12 void mps_tip(int x, int y);
13 
14 #endif /* __tip_h__ */
15