VisuTwin Canvas
C++ 3D Engine — Metal Backend
Loading...
Searching...
No Matches
bundleRegistry.h
Go to the documentation of this file.
1// SPDX-License-Identifier: Apache-2.0
2// Copyright 2025-2026 Arnis Lektauers
3//
4// Created by Arnis Lektauers on 12.10.2025.
5//
6#pragma once
7
8#include <memory>
9
11
12namespace visutwin::canvas
13{
18 {
19 public:
20 BundleRegistry(const std::shared_ptr<AssetRegistry>& assetRegistry) {}
21 };
22}
BundleRegistry(const std::shared_ptr< AssetRegistry > &assetRegistry)