(svn r23470) -Codechange: move declaration of SwitchToMode to a header instead of declaring it in 6 other files

This commit is contained in:
rubidium
2011-12-10 08:31:14 +00:00
parent 1db365d0e2
commit b231e80125
7 changed files with 2 additions and 7 deletions

View File

@@ -1049,8 +1049,6 @@ DEF_CONSOLE_CMD(ConNewGame)
return true;
}
extern void SwitchToMode(SwitchMode new_mode);
DEF_CONSOLE_CMD(ConRestart)
{
if (argc == 0) {