Fixed function names that somehow got mixed up.
[bcl.git] / timing.c
bloba0c09f874b527500f9602da43ae23a6278f0bc4f
1 #include <SDL/SDL.h>
3 DECLSPEC void delay(int ms) {
4 SDL_Delay(ms);