save change in .h define before merge
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -48,3 +48,6 @@ Thumbs.db
|
||||
*.mov
|
||||
*.wmv
|
||||
|
||||
# c object files
|
||||
/builds/
|
||||
|
||||
|
||||
Binary file not shown.
BIN
builds/fdf.o
BIN
builds/fdf.o
Binary file not shown.
Binary file not shown.
BIN
builds/modifs.o
BIN
builds/modifs.o
Binary file not shown.
BIN
builds/parse.o
BIN
builds/parse.o
Binary file not shown.
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user