-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Yesim Zaim
committed
Feb 7, 2024
1 parent
18f2d40
commit cf9d21c
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
/* By: yzaim <[email protected]> +#+ */ | ||
/* +#+ */ | ||
/* Created: 2024/01/08 15:43:19 by yzaim #+# #+# */ | ||
/* Updated: 2024/02/07 16:42:32 by yzaim ######## odam.nl */ | ||
/* Updated: 2024/02/07 16:49:17 by yzaim ######## odam.nl */ | ||
/* */ | ||
/* ************************************************************************** */ | ||
|
||
|
@@ -135,6 +135,7 @@ int input_sprite_texture_path(t_sprite **sprites_array, uint32_t *i ,char *conte | |
int input_door_path(t_door *doors, char *content) | ||
{ | ||
doors->tex.tex_path = content; | ||
return (EXIT_SUCCESS); | ||
} | ||
|
||
int handle_element(t_meta *meta, t_element_type type, char *flag, char *content) | ||
|