(svn r5764) - Cleanup: - Cleanup: Move the now unified FiosAlloc, compare_FiosItems, FiosFreeSavegameList, FiosMakeSavegameName, FiosDelete and FileExists to newly created file fios.c where it belongs.

- Fix: forgot to remove GetLanguageList from functions.h in previous commit
This commit is contained in:
Darkvater
2006-08-05 00:16:24 +00:00
parent b5e3718ac4
commit ee7b3de2f5
9 changed files with 117 additions and 198 deletions

View File

@@ -655,6 +655,7 @@ SRCS += elrail.c
SRCS += engine.c
SRCS += engine_gui.c
SRCS += fileio.c
SRCS += fios.c
SRCS += gfx.c
SRCS += gfxinit.c
SRCS += graph_gui.c