repo.or.cz
/
bcl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed function names that somehow got mixed up.
[bcl.git]
/
timing.c
blob
a0c09f874b527500f9602da43ae23a6278f0bc4f
1
#include <SDL/SDL.h>
2
3
DECLSPEC
void
delay
(
int
ms
) {
4
SDL_Delay
(
ms
);
5
}