This website requires JavaScript.
Explore
Help
Sign In
mirror
/
OpenTTD
mirror of
https://github.com/OpenTTD/OpenTTD
Watch
1
Star
0
Fork
You've already forked OpenTTD
0
Code
Issues
d1076fe973
OpenTTD
/
void.h
7 lines
83 B
C
Raw
Blame
History
/* $Id$ */
static
inline
void
MakeVoid
(
TileIndex
t
)
{
SetTileType
(
t
,
MP_VOID
)
;
}
View Git Blame
Copy Permalink