19/20 is done so setup for day 21.
This commit is contained in:
parent
f51df89054
commit
c32e7bd00d
208 changed files with 15289 additions and 0 deletions
9
21-framebuffers/src/utils.hpp
Normal file
9
21-framebuffers/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