Files
RT_GPU/includes/RT.h
2024-09-27 15:01:48 +02:00

18 lines
948 B
C++

/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* RT.h :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: TheRed <TheRed@students.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/09/27 14:52:10 by TheRed #+# #+# */
/* Updated: 2024/09/27 14:52:10 by TheRed ### ########.fr */
/* */
/* ************************************************************************** */
#ifndef RT_H
# define RT_H
# include <iostream>
#endif