(svn r3183) Remove an unused declaration and properly declare CheckExternalFiles() in a header

This commit is contained in:
tron
2005-11-15 08:40:45 +00:00
parent 7b7593d092
commit 8658560229
2 changed files with 1 additions and 3 deletions

View File

@@ -3,6 +3,7 @@
#ifndef GFXINIT_H
#define GFXINIT_H
void CheckExternalFiles(void);
void GfxLoadSprites(void);
#endif /* GFXINIT_H */