]> icculus.org git repositories - btb/d2x.git/blob - include/d_delay.h
formatting
[btb/d2x.git] / include / d_delay.h
1 //added on 9/2/98 by Matt Mueller
2
3 #ifndef _D_DELAY
4 #define _D_DELAY
5
6 void d_delay (int ms);
7
8 #endif