summaryrefslogtreecommitdiff
path: root/src/functions.h
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/functions.h
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/functions.h')
-rw-r--r--src/functions.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/functions.h b/src/functions.h
index bba59f5ea..87e540a7b 100644
--- a/src/functions.h
+++ b/src/functions.h
@@ -3,6 +3,8 @@
#ifndef FUNCTIONS_H
#define FUNCTIONS_H
+#include "gfx.h"
+
void DoClearSquare(TileIndex tile);
void RunTileLoop(void);