src/newgrf_station.cpp
changeset 6443 b8f06d8eb7be
parent 6439 99a5807852b1
child 6448 a749c78812a7
equal deleted inserted replaced
6442:10b44714b85d 6443:b8f06d8eb7be
     1 /* $Id$ */
     1 /* $Id$ */
     2 
     2 
     3 /** @file newgrf_station.c Functions for dealing with station classes and custom stations. */
     3 /** @file newgrf_station.cpp Functions for dealing with station classes and custom stations. */
     4 
     4 
     5 #include "stdafx.h"
     5 #include "stdafx.h"
     6 #include "openttd.h"
     6 #include "openttd.h"
     7 #include "variables.h"
     7 #include "variables.h"
     8 #include "functions.h"
     8 #include "functions.h"