[go: up one dir, main page]

File: engine.h

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

int place_item (int x, int y, short type);
int bulldoze_item (int x, int y);
void do_coal_survey (void);
void do_bulldoze_area (short fill, int xx, int yy);
void launch_rocket (int x, int y);
void connect_rivers (void);
int adjust_money(int value);

#endif	/* __engine_h__ */