Setup for day 18.

This commit is contained in:
Zed A. Shaw 2026-08-28 11:53:01 -04:00
parent 032f10ef44
commit 993f148710
87 changed files with 14992 additions and 0 deletions

View 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);
}