]> icculus.org git repositories - btb/d2x.git/blob - arch/dos/include/disk.h
w32: check -no(mouse|joystick) within respective _init() funcs (d1x r1.2, r1.6)
[btb/d2x.git] / arch / dos / include / disk.h
1 #ifndef _DISK_H
2 #define _DISK_H
3
4 unsigned long getdiskfree();
5
6 #endif