(svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h.
This commit is contained in:
@@ -10,9 +10,7 @@
|
||||
#include "saveload.h"
|
||||
#include "console.h"
|
||||
#include "variables.h"
|
||||
#include "table/sprites.h"
|
||||
#include "blitter/factory.hpp"
|
||||
#include <stdarg.h> /* va_list */
|
||||
#include "texteff.hpp"
|
||||
#include "video/video_driver.hpp"
|
||||
#include "transparency.h"
|
||||
@@ -22,6 +20,10 @@
|
||||
#include "functions.h"
|
||||
#include "viewport_func.h"
|
||||
|
||||
#include "table/sprites.h"
|
||||
|
||||
#include <stdarg.h> /* va_list */
|
||||
|
||||
enum {
|
||||
MAX_TEXTMESSAGE_LENGTH = 200,
|
||||
INIT_NUM_TEXT_MESSAGES = 20,
|
||||
|
Reference in New Issue
Block a user