Setup for day 18.
This commit is contained in:
parent
032f10ef44
commit
993f148710
87 changed files with 14992 additions and 0 deletions
9
18-depth-testing/src/utils.hpp
Normal file
9
18-depth-testing/src/utils.hpp
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#pragma once
|
||||
|
||||
#include "components.hpp"
|
||||
|
||||
using json = nlohmann::json;
|
||||
|
||||
namespace utils {
|
||||
components::Scene load_scene_config(const std::string& config_file);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue