yapf.hpp

Go to the documentation of this file.
00001 /* $Id: yapf.hpp 18420 2009-12-07 08:41:18Z rubidium $ */
00002 
00003 /*
00004  * This file is part of OpenTTD.
00005  * OpenTTD is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2.
00006  * OpenTTD is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
00007  * See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <http://www.gnu.org/licenses/>.
00008  */
00009 
00012 #ifndef  YAPF_HPP
00013 #define  YAPF_HPP
00014 
00015 #include "../../landscape.h"
00016 #include "../pathfinder_func.h"
00017 #include "../pf_performance_timer.hpp"
00018 #include "yapf.h"
00019 
00020 //#undef FORCEINLINE
00021 //#define FORCEINLINE inline
00022 
00023 #include "../../misc/crc32.hpp"
00024 #include "../../misc/blob.hpp"
00025 #include "../../misc/str.hpp"
00026 #include "../../misc/fixedsizearray.hpp"
00027 #include "../../misc/array.hpp"
00028 #include "../../misc/hashtable.hpp"
00029 #include "../../misc/binaryheap.hpp"
00030 #include "../../misc/dbg_helpers.h"
00031 #include "nodelist.hpp"
00032 #include "../follow_track.hpp"
00033 #include "yapf_base.hpp"
00034 #include "yapf_node.hpp"
00035 #include "yapf_common.hpp"
00036 #include "yapf_costbase.hpp"
00037 #include "yapf_costcache.hpp"
00038 
00039 
00040 #endif /* YAPF_HPP */

Generated on Wed Mar 3 23:32:24 2010 for OpenTTD by  doxygen 1.6.1