(svn r13228) -Codechange: split console.h.

This commit is contained in:
rubidium
2008-05-24 10:15:06 +00:00
parent 5f625acb1a
commit bf3b61cfa3
21 changed files with 107 additions and 44 deletions

View File

@@ -6,7 +6,7 @@
#include <stdio.h>
#include <stdarg.h>
#include "openttd.h"
#include "console.h"
#include "console_func.h"
#include "debug.h"
#include "string_func.h"
#include "network/core/core.h"