1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-02-03 18:08:14 +01:00

(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 565b99db22
commit cb0409fe52
32 changed files with 58 additions and 45 deletions

View File

@@ -9,7 +9,7 @@
#include "economy_func.h"
#include "bridge_map.h"
#include "town.h"
#include "waypoint.h"
#include "waypoint_base.h"
#include "yapf/yapf.h"
#include "strings_func.h"
#include "gfx_func.h"