(svn r22348) -Codechange: split ship-specific part of yapf_node.hpp to yapf_node_ship.hpp

This commit is contained in:
smatz
2011-04-19 15:00:11 +00:00
parent 64cd6a62a2
commit 6e011e9e68
8 changed files with 46 additions and 17 deletions

View File

@@ -13,6 +13,7 @@
#include "../../ship.h"
#include "yapf.hpp"
#include "yapf_node_ship.hpp"
/** Node Follower module of YAPF for ships */
template <class Types>