「🏗️」 wip(Raycasting): Should be working but not
This commit is contained in:
20
includes/game/utils_math.h
Normal file
20
includes/game/utils_math.h
Normal file
@ -0,0 +1,20 @@
|
||||
/* ************************************************************************** */
|
||||
/* */
|
||||
/* ::: :::::::: */
|
||||
/* utils_math.h :+: :+: :+: */
|
||||
/* +:+ +:+ +:+ */
|
||||
/* By: adjoly <adjoly@student.42angouleme.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/10/29 10:07:24 by adjoly #+# #+# */
|
||||
/* Updated: 2024/10/29 10:08:04 by adjoly ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#ifndef UTILS_MATH_H
|
||||
# define UTILS_MATH_H
|
||||
|
||||
#include <math.h>
|
||||
|
||||
void fix_ang(float *ang);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user