include.h
 1  /* ************************************************************************** */
 2  /*                                                                            */
 3  /*                                                        :::      ::::::::   */
 4  /*   include.h                                          :+:      :+:    :+:   */
 5  /*                                                    +:+ +:+         +:+     */
 6  /*   By: salee2 <salee2@student.42seoul.kr>         +#+  +:+       +#+        */
 7  /*                                                +#+#+#+#+#+   +#+           */
 8  /*   Created: 2023/05/24 20:23:46 by salee2            #+#    #+#             */
 9  /*   Updated: 2023/05/24 20:23:47 by salee2           ###   ########.fr       */
10  /*                                                                            */
11  /* ************************************************************************** */
12  
13  #ifndef MINIRT_INCLUDE_H
14  #define MINIRT_INCLUDE_H
15  
16  # include <stdio.h>
17  # include <math.h>
18  # include <stdlib.h>
19  # include "../minilibx_opengl_20191021/mlx.h"
20  
21  #endif //MINIRT_INCLUDE_H