mirror of
https://codeberg.org/ACME-Corporation/cub3d.git
synced 2025-12-06 09:58:09 +01:00
fix: norme compliance
This commit is contained in:
parent
b6eeea5e9f
commit
788f248c5e
4 changed files with 33 additions and 25 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue