1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-19 12:39:11 +00:00

(svn r11684) -Codechange: split gfx.h in a type and functional header.

This commit is contained in:
rubidium
2007-12-23 10:56:02 +00:00
parent 82d240e300
commit a773d45885
64 changed files with 343 additions and 287 deletions

View File

@@ -19,7 +19,6 @@
#include "../gui.h"
#include "../window_gui.h"
#include "../textbuf_gui.h"
#include "../gfx.h"
#include "../variables.h"
#include "network_server.h"
#include "network_udp.h"