(svn r18388) -Codechange: move entering/leaving of road stops to functions of RoadStop

This commit is contained in:
rubidium
2009-12-02 23:53:15 +00:00
parent edc7de7936
commit aa40d8e3ad
6 changed files with 89 additions and 82 deletions

View File

@@ -10,10 +10,9 @@
/** @file yapf_road.cpp The road pathfinding. */
#include "../../stdafx.h"
#include "../../roadstop_base.h"
#include "yapf.hpp"
#include "yapf_node_road.hpp"
#include "../../roadstop_base.h"
template <class Types>