StdAfx.c
author tron
Sat, 29 Jan 2005 15:12:40 +0000
changeset 1214 8262981ac274
parent 0 29654efe3188
child 2186 db48cf29b983
permissions -rw-r--r--
(svn r1718) Use the enum TileType as parameter/return type for [GS]etTileType() instead of plain int.
This makes it necessary to rename TileType() to GetTileType() because a type and a function may not share the same name.
// stdafx.cpp : source file that includes just the standard includes
//	ttd.pch will be the pre-compiled header
//	stdafx.obj will contain the pre-compiled type information

#include "stdafx.h"

// TODO: reference any additional headers you need in STDAFX.H
// and not in this file