save change in .h define before merge

This commit is contained in:
asus
2024-01-13 14:56:41 +01:00
parent a2f5f90fce
commit eda673c3e8
8 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View File

@@ -48,3 +48,6 @@ Thumbs.db
*.mov
*.wmv
# c object files
/builds/

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
fdf

Binary file not shown.

View File

@@ -84,7 +84,7 @@ int **parse_map(t_fdf *fdf, int fd);
# define COLOR_END 0x00d700 // green
// minimum time in milliseconds between two keypress
# define DEBOUNCE_TIME 60
# define DEBOUNCE_TIME 40
# define ESCAPE 65307
# define UP 65362