Unravel Engine C++ Reference
Loading...
Searching...
No Matches
settings.h
Go to the documentation of this file.
1#pragma once
2
3#include <base/basetypes.hpp>
5#include <string>
6
7namespace unravel
8{
9
11{
13 {
14 std::string ip = "127.0.0.1";
15 uint32_t port = 55555;
16 uint32_t loglevel = 0;
18
23
25 {
26 std::vector<fs::path> recent_projects;
28};
29} // namespace unravel
std::vector< fs::path > recent_projects
Definition settings.h:26
struct unravel::editor_settings::projects_settings projects
struct unravel::editor_settings::external_tools_settings external_tools
struct unravel::editor_settings::debugger_settings debugger