wren
Vulkan-based game engine
Loading...
Searching...
No Matches
context.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <filesystem>
4
namespace
editor
{
5
6
struct
Context
{
7
std::filesystem::path
project_path
;
8
};
9
10
}
// namespace ui
editor
Definition
camera.hpp:8
editor::Context
Definition
context.hpp:6
editor::Context::project_path
std::filesystem::path project_path
Definition
context.hpp:7
editor
src
context.hpp
Generated by
1.10.0