Cub3D
 
Loading...
Searching...
No Matches
loop.c File Reference
#include "cub3d.h"
#include "cub3d_render.h"
#include "mlx.h"
#include <X11/X.h>
Include dependency graph for loop.c:

Functions

void cub_loop (t_data *data)
 Main loop function. Handles player update logic and rendering.
 

Function Documentation

◆ cub_loop()

void cub_loop ( t_data * data)

Main loop function. Handles player update logic and rendering.

Parameters
[in,out]datadata structure
Here is the call graph for this function: