summaryrefslogtreecommitdiff
path: root/src/video
diff options
context:
space:
mode:
authorKUDr <KUDr@openttd.org>2007-01-13 14:43:46 +0000
committerKUDr <KUDr@openttd.org>2007-01-13 14:43:46 +0000
commit8ad471c3214570fe1b19152e031aec4b22a17551 (patch)
treee3d52067937be20667c58358b00642dad348d0d2 /src/video
parent6f51ba941827ad2457a83a2242a4ff67ce00aadb (diff)
downloadopenttd-8ad471c3214570fe1b19152e031aec4b22a17551.tar.xz
(svn r8095) -Codechange: stuff that is not related to HAL moved from hal.h to gfx.h
Diffstat (limited to 'src/video')
-rw-r--r--src/video/cocoa_v.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video/cocoa_v.h b/src/video/cocoa_v.h
index c3f533467..c9ec182fa 100644
--- a/src/video/cocoa_v.h
+++ b/src/video/cocoa_v.h
@@ -4,6 +4,7 @@
#define VIDEO_COCOA_H
#include "../hal.h"
+#include "../gfx.h"
#ifdef __cplusplus
extern "C" {