This website requires JavaScript.
Explore
Help
Sign In
petern
/
OpenTTD
Watch
1
Star
0
Fork
0
You've already forked OpenTTD
forked from
mirror/OpenTTD
Code
Pull Requests
Activity
4,245
Commits
21
Branches
218
Tags
08ae2cf6e57628e1ca3b7c2c20f405001a497417
Commit Graph
2 Commits
Author
SHA1
Message
Date
Darkvater
a9251d2d02
(svn r5767) - Cleanup: Improve upon the header file mess regarding fios. 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-05 00:59:45 +00:00
Darkvater
4de30befae
(svn r5762) - Codechange: Implementation of POSIX-style 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.
2006-08-04 23:41:13 +00:00