Program Listing for File config.h

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

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

#pragma once

#include <string_view>

namespace portal
{

extern const std::string_view PORTAL_ICON_FILE_NAME;
extern const std::string_view PORTAL_ENGINE_RESOURCES_LOCATION;
extern const std::string_view PORTAL_ENGINE_CONFIG_LOCATION;

}