fix: norme compliance

This commit is contained in:
Theo Champion 2025-07-29 20:13:43 +02:00
parent b6eeea5e9f
commit 788f248c5e
4 changed files with 33 additions and 25 deletions

View file

@ -6,14 +6,14 @@
/* By: tchampio <tchampio@student.42lehavre. +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/07/29 13:42:39 by tchampio #+# #+# */
/* Updated: 2025/07/29 13:43:14 by tchampio ### ########.fr */
/* Updated: 2025/07/29 20:09:30 by tchampio ### ########.fr */
/* */
/* ************************************************************************** */
#ifndef KEYPRESSES_H
# define KEYPRESSES_H
typedef struct s_keypresses
typedef struct s_keypresses
{
bool is_w_pressed;
bool is_a_pressed;