[go: up one dir, main page]

File: shrglobs.h

package info (click to toggle)
lincity 1.13.1-15
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye
  • size: 7,244 kB
  • sloc: ansic: 32,745; sh: 8,578; makefile: 584; perl: 445; yacc: 316; sed: 16
file content (17 lines) | stat: -rw-r--r-- 472 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* ---------------------------------------------------------------------- *
 * shrglobs.h
 * This file is part of lincity.
 * Lincity is copyright (c) I J Peters 1995-1997, (c) Greg Sharp 1997-2001.
 * ---------------------------------------------------------------------- */
#ifndef __shrglobs_h__
#define __shrglobs_h__

extern int pix_double;

// extern char graphic_path[256];

#if defined (WIN32)
extern char windowsfontfile[256];
#endif

#endif /* __shrglobs_h__ */