(svn r2454) * Codechange: Move #include "stdafx.h" and "openttd.h" from rail.h to rail.c

* Codechange: Move declaration of lookup arrays into the functions that need them. This doesn't pollute the global namespace with the array names.
* Add: rail.h to the openttd.vcproj and openttd.dsp for MSVC.
This commit is contained in:
matthijs
2005-06-17 11:30:50 +00:00
parent 17750a66f3
commit ee4d9dbf0d
4 changed files with 81 additions and 44 deletions

2
rail.c
View File

@@ -1,3 +1,5 @@
#include "stdafx.h"
#include "openttd.h"
#include "rail.h"
/* XXX: Below 3 tables store duplicate data. Maybe remove some? */