Cub3D
 
Loading...
Searching...
No Matches
s_textures Struct Reference

Structure that handle the textures of the game. More...

#include <data_structure.h>

Collaboration diagram for s_textures:

Data Fields

t_img north
 
t_img east
 
t_img west
 
t_img south
 
t_img door
 
t_img key
 
t_color floor
 
t_color ceiling
 

Detailed Description

Structure that handle the textures of the game.

Field Documentation

◆ ceiling

t_color s_textures::ceiling

◆ door

t_img s_textures::door

◆ east

t_img s_textures::east

◆ floor

t_color s_textures::floor

◆ key

t_img s_textures::key

◆ north

t_img s_textures::north

◆ south

t_img s_textures::south

◆ west

t_img s_textures::west

The documentation for this struct was generated from the following file: