Cub3D
 
Loading...
Searching...
No Matches
cub3d_raoul.c File Reference
#include "cub3d.h"
#include "cub3d_render.h"
#include "ft_print.h"
#include <stdlib.h>
#include "data_structure.h"
Include dependency graph for cub3d_raoul.c:

Functions

int cub3d_init_render (t_data *data)
 Init cub for rendering.
 

Function Documentation

◆ cub3d_init_render()

int cub3d_init_render ( t_data * data)

Init cub for rendering.

Parameters
[in,out]datadata structure
Returns
int 0 OK, error otherwise
Here is the call graph for this function: