20 lines
990 B
C
20 lines
990 B
C
/* ************************************************************************** */
|
|
/* */
|
|
/* ::: :::::::: */
|
|
/* texture.h :+: :+: :+: */
|
|
/* +:+ +:+ +:+ */
|
|
/* By: qmennen <qmennen@student.codam.nl> +#+ +:+ +#+ */
|
|
/* +#+#+#+#+#+ +#+ */
|
|
/* Created: 2025/05/06 15:46:20 by qmennen #+# #+# */
|
|
/* Updated: 2025/05/06 15:59:52 by qmennen ### ########.fr */
|
|
/* */
|
|
/* ************************************************************************** */
|
|
|
|
#ifndef TEXTURE_H
|
|
# define TEXTURE_H
|
|
|
|
# include "cub3d.h"
|
|
|
|
int texture_load(t_game *game);
|
|
|
|
#endif |