]> icculus.org git repositories - btb/d2x.git/blob - include/d_delay.h
Got rid of all compiler warnings, for non-OpenGL on linux, anyway...
[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 //#ifdef __LINUX__
7   void d_delay (int ms);
8 /*#else
9 #include <dos.h>
10 #define d_delay delay
11 #endif
12   */
13 #endif