tgrekov-fdf
HIVE fdf May 2024
Loading...
Searching...
No Matches
map.h File Reference

/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* map.h :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: tgrekov <tgrekov@student.hive.fi> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/05/20 08:48:52 by tgrekov #+# #+# */
/* Updated: 2024/06/24 06:19:19 by tgrekov ### ########.fr */
/* */
/* ************************************************************************** */

Definition in file map.h.

#include <MLX42.h>
Include dependency graph for map.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  s_point
 Map point. More...
 
struct  s_map
 Map data. More...
 
struct  s_loop_data
 Data structure passed to the drawing loop. More...
 

Typedefs

typedef struct s_point t_point
 Map point.
 
typedef struct s_map t_map
 Map data.
 
typedef struct s_loop_data t_loop_data
 Data structure passed to the drawing loop.