]> icculus.org git repositories - btb/d2x.git/blob - unused/bios/x
include u_mem.h and pstypes.h instead of d1-style mem.h and types.h
[btb/d2x.git] / unused / bios / x
1 //the both return 0 if no error
2 int GetFileTime(int filehandle, FILETIMESTRUCT *ftstruct);
3 int SetFileTime(int filehandle, FILETIMESTRUCT *ftstruct);