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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user