projects
/
btb
/
d2x.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fix compiler warnings
[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