mirror of
https://github.com/TheRedShip/RT_GPU.git
synced 2025-09-27 10:48:34 +02:00
20 lines
974 B
C++
20 lines
974 B
C++
/* ************************************************************************** */
|
|
/* */
|
|
/* ::: :::::::: */
|
|
/* ObjParser.hpp :+: :+: :+: */
|
|
/* +:+ +:+ +:+ */
|
|
/* By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ */
|
|
/* +#+#+#+#+#+ +#+ */
|
|
/* Created: 2025/01/13 13:56:04 by tomoron #+# #+# */
|
|
/* Updated: 2025/01/13 13:56:05 by tomoron ### ########.fr */
|
|
/* */
|
|
/* ************************************************************************** */
|
|
|
|
# include "RT.hpp"
|
|
|
|
class ObjParser
|
|
{
|
|
public:
|
|
ObjParser(std::stringstream RT
|
|
}
|