diff options
author | Darkvater <darkvater@openttd.org> | 2006-08-04 23:33:05 +0000 |
---|---|---|
committer | Darkvater <darkvater@openttd.org> | 2006-08-04 23:33:05 +0000 |
commit | bca8e9ad4ea5cb0d9e20ff0432333ab5bc89b612 (patch) | |
tree | f825341253cc3ebeac65e1de4dd99010ebb237a1 /hal.h | |
parent | 9e69df03a7c227e92c657f8d4eab45bcb98f29c0 (diff) | |
download | openttd-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ enum DriverType { MUSIC_DRIVER = 2, }; -extern void GameLoop(void); +void GameLoop(void); // Deals with finding savegames |