dxx-rebirth/include/d_delay.h
2001-01-28 05:53:04 +00:00

9 lines
101 B
C

//added on 9/2/98 by Matt Mueller
#ifndef _D_DELAY
#define _D_DELAY
void d_delay (int ms);
#endif