]> icculus.org git repositories - btb/d2x.git/blob - arch/dos/include/disk.h
use the orientation parameter of g3_draw_bitmap
[btb/d2x.git] / arch / dos / include / disk.h
1 #ifndef _DISK_H
2 #define _DISK_H
3
4 unsigned long getdiskfree();
5
6 #endif