#ifndef TILE_H #define TILE_H #include "color.h" #include "tart.h" typedef struct { t_char simble; color forground; color background; } tile; #endif