(svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h.
This commit is contained in:
@@ -6,12 +6,12 @@
|
||||
#include "openttd.h"
|
||||
#include "core/math_func.hpp"
|
||||
#include "player_func.h"
|
||||
#include "table/sprites.h"
|
||||
#include "table/strings.h"
|
||||
#include "gfx_func.h"
|
||||
#include "window_gui.h"
|
||||
#include "window_func.h"
|
||||
|
||||
#include "table/sprites.h"
|
||||
#include "table/strings.h"
|
||||
|
||||
static Point HandleScrollbarHittest(const Scrollbar *sb, int top, int bottom)
|
||||
{
|
||||
|
Reference in New Issue
Block a user