(svn r16912) -Codechange: split waypoint.h in waypoint_base.h and waypoint_func.h

This commit is contained in:
rubidium
2009-07-22 10:18:19 +00:00
parent 43b040d2cf
commit 6435dc89fe
32 changed files with 58 additions and 45 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
/** @file ai_buoylist.cpp Implementation of AIBuoyList and friends. */
#include "ai_buoylist.hpp"
#include "../../waypoint.h"
#include "../../waypoint_base.h"
AIBuoyList::AIBuoyList()
{