changeset 10238 | 5076964d81a1 |
parent 10207 | c291a21b304e |
child 10276 | b60b7e17db62 |
10237:c55922dabb25 | 10238:5076964d81a1 |
---|---|
1 /* $Id$ */ |
1 /* $Id$ */ |
2 |
2 |
3 /** @file console.cpp Handling of the in-game console. */ |
3 /** @file console_gui.cpp Handling the GUI of the in-game console. */ |
4 |
4 |
5 #include "stdafx.h" |
5 #include "stdafx.h" |
6 #include "openttd.h" |
6 #include "openttd.h" |
7 #include "textbuf_gui.h" |
7 #include "textbuf_gui.h" |
8 #include "window_gui.h" |
8 #include "window_gui.h" |