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

(svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h.

This commit is contained in:
rubidium
2008-01-13 01:21:35 +00:00
parent a78d73805f
commit d4e6a6bf57
129 changed files with 311 additions and 213 deletions

View File

@@ -4,8 +4,6 @@
#include "stdafx.h"
#include "openttd.h"
#include "table/strings.h"
#include "table/sprites.h"
#include "gui.h"
#include "window_gui.h"
#include "player_base.h"
@@ -19,6 +17,9 @@
#include "date_func.h"
#include "gfx_func.h"
#include "table/strings.h"
#include "table/sprites.h"
/* Bitmasks of player and cargo indices that shouldn't be drawn. */
static uint _legend_excluded_players;
static uint _legend_excluded_cargo;