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_drawmap.c
blob: f944b118d5b313b134f72575c2122506479da877 (
plain
)
1
2
3
4
5
6
7
#include <libft.h>
int
ft_drawmap
(
void
)
{
return
(
0
);
}