This commit is contained in:
quenousimporte 2025-03-30 20:01:18 +02:00
parent 1a55403d9d
commit 635aedce92
1 changed files with 14 additions and 9 deletions

5
w/w.c
View File

@ -233,6 +233,11 @@ void update3dpov()
}
}
char currentchar()
{
return charatpos(state.location.x, state.location.y);
}
void updatepov()
{
int x = state.location.x;