summaryrefslogtreecommitdiff
path: root/sdl.c
diff options
context:
space:
mode:
authorDarkvater <Darkvater@openttd.org>2005-06-02 19:30:21 +0000
committerDarkvater <Darkvater@openttd.org>2005-06-02 19:30:21 +0000
commitba8c649facd49daf7899b7dd88e3f31ac92a624e (patch)
tree243253abb7dad04a2f8a7113f263dfec2836344e /sdl.c
parentb9a6b808134eb16767c816fbb0a14827ad4c8b87 (diff)
downloadopenttd-ba8c649facd49daf7899b7dd88e3f31ac92a624e.tar.xz
(svn r2397) - CodeChange: rename all "ttd" files to "openttd" files.
Diffstat (limited to 'sdl.c')
-rw-r--r--sdl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdl.c b/sdl.c
index bb73f4482..e0f955f7a 100644
--- a/sdl.c
+++ b/sdl.c
@@ -1,7 +1,7 @@
#include "stdafx.h"
#if defined(WITH_SDL)
-#include "ttd.h"
+#include "openttd.h"
#include "debug.h"
#include "gfx.h"
#include "mixer.h"