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>
4namespace editor {
5
6struct Context {
7 std::filesystem::path project_path;
8};
9
10} // namespace ui
Definition camera.hpp:8
Definition context.hpp:6
std::filesystem::path project_path
Definition context.hpp:7