/* * Copyright (c) 2022, Andreas Kling * Copyright (c) 2023, Andrew Kaster * * SPDX-License-Identifier: BSD-2-Clause */ #pragma once #include #include #include #include void platform_init(); ErrorOr application_directory(); ErrorOr> get_paths_for_helper_process(StringView process_name); extern DeprecatedString s_serenity_resource_root;