1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-12 09:09:09 +00:00

(svn r23474) -Codechange: move the declaration error related functions to error.h

This commit is contained in:
rubidium
2011-12-10 13:54:10 +00:00
parent 8315b00b32
commit 58423b26d1
37 changed files with 70 additions and 29 deletions

View File

@@ -10,7 +10,7 @@
/** @file bridge_gui.cpp Graphical user interface for bridge construction */
#include "stdafx.h"
#include "gui.h"
#include "error.h"
#include "command_func.h"
#include "rail.h"
#include "strings_func.h"