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

(svn r815) Include strings.h only in the files which need it.

This should reduce the compile time after altering english.txt by about 1/3, because "only" 62 instead of 90 .c files must be recompiled.
This commit is contained in:
tron
2004-11-25 10:47:30 +00:00
parent 908d2471ec
commit acbd1801c7
63 changed files with 62 additions and 21 deletions

View File

@@ -1,5 +1,6 @@
#include "stdafx.h"
#include "ttd.h"
#include "table/strings.h"
#include "engine.h"
#include "table/engines.h"
#include "player.h"