cub3d/src/utils/time.h
2025-07-31 14:12:53 +02:00

18 lines
960 B
C

/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* time.h :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: tchampio <tchampio@student.42lehavre. +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/07/31 13:53:44 by tchampio #+# #+# */
/* Updated: 2025/07/31 13:54:08 by tchampio ### ########.fr */
/* */
/* ************************************************************************** */
#ifndef TIME_H
# define TIME_H
int get_milliseconds(void);
#endif