summaryrefslogtreecommitdiff
path: root/hal.h
diff options
context:
space:
mode:
authorDarkvater <darkvater@openttd.org>2006-08-04 23:33:05 +0000
committerDarkvater <darkvater@openttd.org>2006-08-04 23:33:05 +0000
commitbca8e9ad4ea5cb0d9e20ff0432333ab5bc89b612 (patch)
treef825341253cc3ebeac65e1de4dd99010ebb237a1 /hal.h
parent9e69df03a7c227e92c657f8d4eab45bcb98f29c0 (diff)
downloadopenttd-bca8e9ad4ea5cb0d9e20ff0432333ab5bc89b612.tar.xz
(svn r5761) - Cleanup: Really minor whitespace changes, and remove an extern from a function decleration in header file.
Diffstat (limited to 'hal.h')
-rw-r--r--hal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hal.h b/hal.h
index f92f5c974..87ec8d7a8 100644
--- a/hal.h
+++ b/hal.h
@@ -42,7 +42,7 @@ enum DriverType {
MUSIC_DRIVER = 2,
};
-extern void GameLoop(void);
+void GameLoop(void);
// Deals with finding savegames