1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-21 03:12:41 +01:00

(svn r24323) -Codechange: Split Textbuf and associated functions to separate files.

This commit is contained in:
frosch
2012-06-04 15:29:37 +00:00
parent 5e8a32e279
commit 31eb896143
11 changed files with 349 additions and 289 deletions

View File

@@ -10,7 +10,7 @@
/** @file console_gui.cpp Handling the GUI of the in-game console. */
#include "stdafx.h"
#include "textbuf_gui.h"
#include "textbuf_type.h"
#include "window_gui.h"
#include "console_gui.h"
#include "console_internal.h"