feat: adding the loading of texture
This commit is contained in:
parent
761178fcae
commit
646a95451d
4 changed files with 48 additions and 4 deletions
|
|
@ -6,7 +6,7 @@
|
|||
/* By: rparodi <rparodi@student.42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/10/30 16:30:26 by rparodi #+# #+# */
|
||||
/* Updated: 2024/11/13 06:56:05 by bgoulard ### ########.fr */
|
||||
/* Updated: 2024/11/20 13:55:10 by rparodi ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
|
|
@ -18,6 +18,8 @@
|
|||
# define BONUS 0
|
||||
# endif
|
||||
|
||||
# define TILES_SIZE 64
|
||||
|
||||
# include <stdbool.h>
|
||||
|
||||
/// @brief Createsa a blank map for rapahael to test the raycasting
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue