dxx-rebirth/include/d_delay.h
Bradley Bell 9bd1ba7c47 This commit was generated by cvs2svn to compensate for changes in r2,
which included commits to RCS files with non-trunk default branches.
2001-01-19 03:30:16 +00:00

14 lines
180 B
C

//added on 9/2/98 by Matt Mueller
#ifndef _D_DELAY
#define _D_DELAY
//#ifdef __LINUX__
void d_delay (int ms);
/*#else
#include <dos.h>
#define d_delay delay
#endif
*/
#endif