Program Listing for File config.h

Return to documentation for file (portal/application/config.h)

//
// Copyright © 2026 Jonatan Nevo.
// Distributed under the MIT license (see LICENSE file).
//

#pragma once

#include <string_view>
#include <filesystem>

namespace portal
{

extern const std::string_view PORTAL_SETTINGS_FILE_NAME;

}