src/newgrf_config.cpp
branchcpp_gui
changeset 6303 84c215fc8eb8
parent 6298 c30fe89622df
child 6307 f40e88cff863
equal deleted inserted replaced
6302:bd80897189ba 6303:84c215fc8eb8
     1 /* $Id$ */
     1 /* $Id$ */
       
     2 
       
     3 /** @file newgfr_config.cpp */
     2 
     4 
     3 #include "stdafx.h"
     5 #include "stdafx.h"
     4 #include "openttd.h"
     6 #include "openttd.h"
     5 #include "functions.h"
     7 #include "functions.h"
     6 #include "macros.h"
     8 #include "macros.h"
   479 extern const ChunkHandler _newgrf_chunk_handlers[] = {
   481 extern const ChunkHandler _newgrf_chunk_handlers[] = {
   480 	{ 'NGRF', Save_NGRF, Load_NGRF, CH_ARRAY | CH_LAST }
   482 	{ 'NGRF', Save_NGRF, Load_NGRF, CH_ARRAY | CH_LAST }
   481 };
   483 };
   482 
   484 
   483 
   485 
       
   486