summaryrefslogtreecommitdiff
path: root/fios.h
AgeCommit message (Collapse)Author
2006-08-05(svn r5767) - Cleanup: Improve upon the header file mess regarding fios. ↵Darkvater
Move all relevant types from hal.h into fios.h, eliminate the unneccessary passing of a global variable, and extern variables in header files (declare in fios.c and misc_gui.c
2006-08-04(svn r5762) - Codechange: Implementation of POSIX-style ↵Darkvater
opendir/readdir/closedir functions for windows using FindFirstFile/FindNextFile/FindClose. - Add new header file fios.h that will be the place for all FIOS (game-list) types.