6 lines
167 B
C++
6 lines
167 B
C++
#pragma once
|
|
|
|
#include "RayTracer.hpp"
|
|
#include "Strings.hpp"
|
|
|
|
void loadScene(tp::Scene& scene, const tp::String& scenePath, tp::RayTracer::RenderSettings& settings);
|