dxx-rebirth/misc/dos_disk.h
md2211 a0b4cac982 * Removed executable flag on most files
* Reverted value of SOUND_MAX_VOLUME
2007-09-21 19:06:05 +00:00

8 lines
136 B
C

/* $Id: dos_disk.h,v 1.1.1.1 2006/03/17 19:58:53 zicodxx Exp $ */
#ifndef _DISK_H
#define _DISK_H
unsigned long getdiskfree();
#endif