(svn r19937) -Codechange: Move some fios related prototypes to fios.h

This commit is contained in:
frosch
2010-06-05 19:02:29 +00:00
parent 8ef0aed0ae
commit d12e364952
7 changed files with 11 additions and 21 deletions

View File

@@ -214,9 +214,6 @@ DEF_CONSOLE_CMD(ConScrollToTile)
return false;
}
extern void BuildFileList();
extern void SetFiosType(const byte fiostype);
/* Save the map to a file */
DEF_CONSOLE_CMD(ConSave)
{