diff options
author | tron <tron@openttd.org> | 2005-11-15 08:40:45 +0000 |
---|---|---|
committer | tron <tron@openttd.org> | 2005-11-15 08:40:45 +0000 |
commit | 86585602294b7273d5cd0df34a3f6794258a62bb (patch) | |
tree | b3863cf5e56a0ede1167b75c39b6c84598b401a8 /gfxinit.h | |
parent | 7b7593d092dabffda4aaeafa36d7439fc44e77e1 (diff) | |
download | openttd-86585602294b7273d5cd0df34a3f6794258a62bb.tar.xz |
(svn r3183) Remove an unused declaration and properly declare CheckExternalFiles() in a header
Diffstat (limited to 'gfxinit.h')
-rw-r--r-- | gfxinit.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ #ifndef GFXINIT_H #define GFXINIT_H +void CheckExternalFiles(void); void GfxLoadSprites(void); #endif /* GFXINIT_H */ |