]> icculus.org git repositories - btb/d2x.git/blob - dos_disk.h
c983fce4e3a884a1b056270aa3a3095a4fc41b3f
[btb/d2x.git] / dos_disk.h
1 #ifndef _DISK_H
2 #define _DISK_H
3
4 unsigned long getdiskfree();
5
6 #endif