VisuTwin Canvas
C++ 3D Engine — Metal Backend
Loading...
Searching...
No Matches
i18n.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
10
namespace
visutwin::canvas
11
{
12
class
Engine
;
13
18
class
I18n
19
{
20
public
:
21
I18n
(
const
std::shared_ptr<Engine>& engine) {}
22
};
23
}
visutwin::canvas::Engine
Central application orchestrator managing scenes, rendering, input, and resource loading.
Definition
engine.h:38
visutwin::canvas::I18n::I18n
I18n(const std::shared_ptr< Engine > &engine)
Definition
i18n.h:21
visutwin::canvas
Definition
eventHandler.cpp:9
framework
i18n
i18n.h
Generated by
1.16.1