1 /* ---------------------------------------------------------------------- *
2  * shrglobs.h
3  * This file is part of lincity.
4  * Lincity is copyright (c) I J Peters 1995-1997, (c) Greg Sharp 1997-2001.
5  * ---------------------------------------------------------------------- */
6 #ifndef __shrglobs_h__
7 #define __shrglobs_h__
8 
9 extern int pix_double;
10 
11 // extern char graphic_path[256];
12 
13 #if defined (WIN32)
14 extern char windowsfontfile[256];
15 #endif
16 
17 #endif /* __shrglobs_h__ */
18