(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

@@ -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,