mirror of
https://github.com/abakh/nbsdgames
synced 2025-05-09 14:59:33 -04:00
moved to common.h
This commit is contained in:
parent
f04f428b2f
commit
547420973a
8
darrt.c
8
darrt.c
@ -67,14 +67,6 @@ byte shots,aims_to_stop;
|
||||
|
||||
char msg[150]={0};
|
||||
byte msg_show=0;
|
||||
byte digit_count(int num){
|
||||
byte ret=0;
|
||||
do{
|
||||
++ret;
|
||||
num/=10;
|
||||
}while(num);
|
||||
return ret;
|
||||
}
|
||||
void filled_rect(byte sy,byte sx,byte ey,byte ex){
|
||||
byte y,x;
|
||||
for(y=sy;y<ey;++y)
|
||||
|
Loading…
x
Reference in New Issue
Block a user