This commit is contained in:
Clément Le Bihan
2020-03-30 15:24:41 +02:00
parent 146fbb43db
commit 17046cded6
2 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -21,10 +21,10 @@ struct vertex
struct tile
{
char *texture_name;
struct vertex *corners[4];
void *texture;
char data;
struct gc_entity *entity;
};
struct vertex_component
+7
View File
@@ -0,0 +1,7 @@
/*
** EPITECH PROJECT, 2020
** My3D
** File description:
** map utilities
*/