fallout2-ce/src/delay.h

7 lines
64 B
C

#ifndef DELAY_H
#define DELAY_H
void delay_ms(int ms);
#endif