index
:
42-cub3d
master
Simple raycaster project for 42 school
User &
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
ft_get_tex.c
blob: d38e49499bffabcc3b125069d102a25719eecba4 (
plain
)
1
2
3
4
5
6
7
#include <libft.h>
#include <cub3d.h>
int
ft_get_tex
(
int
fd
,
t_cub
*
clist
)
{
}