]> icculus.org git repositories - btb/d2x.git/blob - misc/dos_disk.h
use the orientation parameter of g3_draw_bitmap
[btb/d2x.git] / misc / dos_disk.h
1 /* $Id: dos_disk.h,v 1.2 2003-02-18 20:35:35 btb Exp $ */
2 #ifndef _DISK_H
3 #define _DISK_H
4
5 unsigned long getdiskfree();
6
7 #endif