diff options
| author | petrie911 <69443847+petrie911@users.noreply.github.com> | 2024-03-16 15:37:37 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-16 14:37:37 -0600 |
| commit | 3330d5bd39bd4e0da8c8530290aba59fda849c17 (patch) | |
| tree | dbce6b7876b018f6b8cc5bd0faaad86666a42400 /src/Companion.h | |
| parent | 02f2c2f03c5fb386258e62c377a0fcd686b57690 (diff) | |
Add Vec3f factory and AddAsset (#44)
* 3D
* and env
* so much to fix
* Everything can be solved with triangles
* fixes
* initfix
* stuff
Diffstat (limited to 'src/Companion.h')
| -rw-r--r-- | src/Companion.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Companion.h b/src/Companion.h index 754befa..7e38fea 100644 --- a/src/Companion.h +++ b/src/Companion.h @@ -110,6 +110,7 @@ public: TorchConfig& GetConfig() { return this->gConfig; } std::optional<std::tuple<std::string, YAML::Node>> RegisterAsset(const std::string& name, YAML::Node& node); + std::optional<YAML::Node> AddAsset(YAML::Node asset); private: TorchConfig gConfig; YAML::Node gModdingConfig; |
