mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-24 06:59:10 +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:
@@ -1,6 +1,7 @@
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "ttd.h"
|
||||
#include "table/strings.h"
|
||||
#include "command.h"
|
||||
#include "player.h"
|
||||
#include "gfx.h"
|
||||
|
Reference in New Issue
Block a user