resolve floating point exception when wliding through walls

This commit is contained in:
hugogogo
2022-04-28 23:42:15 +02:00
parent 9042b373a9
commit 81aef1eab0
7 changed files with 81 additions and 6 deletions

View File

@@ -1,6 +1,8 @@
#ifndef CUBE3D_PROTO_H
# define CUBE3D_PROTO_H
void plr_turn(t_plr *plr, int deg);
// -------------------------------
// SRC
// -------------------------------