summaryrefslogtreecommitdiff
path: root/gfxinit.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-11-15 08:40:45 +0000
committertron <tron@openttd.org>2005-11-15 08:40:45 +0000
commitba9157fbbc00fb6c10200c27eab692c067531721 (patch)
treeb3863cf5e56a0ede1167b75c39b6c84598b401a8 /gfxinit.h
parent0e075e271e7c9885fbc1ddf5645d96afd7baf607 (diff)
downloadopenttd-ba9157fbbc00fb6c10200c27eab692c067531721.tar.xz
(svn r3183) Remove an unused declaration and properly declare CheckExternalFiles() in a header
Diffstat (limited to 'gfxinit.h')
-rw-r--r--gfxinit.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gfxinit.h b/gfxinit.h
index f37110ba1..d3873ff23 100644
--- a/gfxinit.h
+++ b/gfxinit.h
@@ -3,6 +3,7 @@
#ifndef GFXINIT_H
#define GFXINIT_H
+void CheckExternalFiles(void);
void GfxLoadSprites(void);
#endif /* GFXINIT_H */