From 507463e420317193b499c895496807f6e5b5da8f Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 23 Dec 2007 10:56:02 +0000 Subject: (svn r11684) -Codechange: split gfx.h in a type and functional header. --- src/video/dedicated_v.cpp | 2 +- src/video/null_v.cpp | 2 +- src/video/sdl_v.cpp | 2 +- src/video/win32_v.cpp | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src/video') diff --git a/src/video/dedicated_v.cpp b/src/video/dedicated_v.cpp index f2d2aecab..70732bb73 100644 --- a/src/video/dedicated_v.cpp +++ b/src/video/dedicated_v.cpp @@ -7,7 +7,7 @@ #include "../openttd.h" #include "../debug.h" #include "../functions.h" -#include "../gfx.h" +#include "../gfx_func.h" #include "../network/network.h" #include "../console.h" #include "../variables.h" diff --git a/src/video/null_v.cpp b/src/video/null_v.cpp index 2250cbaf0..7d2fa512d 100644 --- a/src/video/null_v.cpp +++ b/src/video/null_v.cpp @@ -2,7 +2,7 @@ #include "../stdafx.h" #include "../openttd.h" -#include "../gfx.h" +#include "../gfx_func.h" #include "../variables.h" #include "../debug.h" #include "../blitter/factory.hpp" diff --git a/src/video/sdl_v.cpp b/src/video/sdl_v.cpp index 9d4a7986a..05fb771b7 100644 --- a/src/video/sdl_v.cpp +++ b/src/video/sdl_v.cpp @@ -7,7 +7,7 @@ #include "../openttd.h" #include "../debug.h" #include "../functions.h" -#include "../gfx.h" +#include "../gfx_func.h" #include "../sdl.h" #include "../variables.h" #include "../blitter/factory.hpp" diff --git a/src/video/win32_v.cpp b/src/video/win32_v.cpp index 1fc344fac..d3d80daee 100644 --- a/src/video/win32_v.cpp +++ b/src/video/win32_v.cpp @@ -3,7 +3,7 @@ #include "../stdafx.h" #include "../openttd.h" #include "../functions.h" -#include "../gfx.h" +#include "../gfx_func.h" #include "../variables.h" #include "../win32.h" #include "../blitter/factory.hpp" -- cgit v1.2.3-54-g00ecf