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_save_to_bmp.c
blob: b5c62b97ce04d8a59e44984c2587030255faec15 (
plain
)
1
2
3
4
5
6
7
#include <libft.h>
#include <cub3d.h>
void
ft_save_to_bmp
(
void
)
{
}