1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-31 18:39:10 +00:00

(svn r22013) -Codechange: move some functions out of functions.h

This commit is contained in:
rubidium
2011-02-07 22:08:11 +00:00
parent 68d03b66e3
commit 750d369a2a
4 changed files with 9 additions and 9 deletions

View File

@@ -12,7 +12,7 @@
#include "stdafx.h"
#include "command_func.h"
#include "depot_base.h"
#include "functions.h"
#include "company_func.h"
#include "string_func.h"
#include "town.h"
#include "vehicle_gui.h"