fix compilation
This commit is contained in:
parent
5e4e8a768e
commit
3aa9bf6fe3
|
@ -6,13 +6,15 @@
|
|||
/* By: gbrochar <gbrochar@student.42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2020/12/22 20:35:00 by gbrochar #+# #+# */
|
||||
/* Updated: 2020/12/23 16:11:16 by gbrochar ### ########.fr */
|
||||
/* Updated: 2020/12/23 16:12:55 by gbrochar ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#ifndef MAT4_H
|
||||
# define MAT4_H
|
||||
|
||||
# include "vec4.h"
|
||||
|
||||
typedef struct s_mat4 t_mat4;
|
||||
typedef struct s_persp_tool t_persp_tool;
|
||||
|
||||
|
|
Loading…
Reference in New Issue