rail.h
Fri, 17 Jun 2005 17:11:05 +0000 matthijs (svn r2456) * Prettyfied npf.c using enums and wrappers from rail.h.
Fri, 17 Jun 2005 11:30:50 +0000 matthijs (svn r2454) * Codechange: Move #include "stdafx.h" and "openttd.h" from rail.h to rail.c
Fri, 17 Jun 2005 09:53:22 +0000 matthijs (svn r2453) * CodeChange: Declared the lookup arrays in rail.h as extern, so the linker will complain if they are not defined (ie when rail.c is not included).
Fri, 17 Jun 2005 00:22:46 +0000 matthijs (svn r2450) * Codechange: Replaced all uses of the arrays in tile.h with calls to the associated wrapper functions.
Thu, 16 Jun 2005 18:04:02 +0000 matthijs (svn r2448) General cleanup of rail related code, more to follow.