/* SPDX-FileCopyrightText: 2019 Blender Authors * * SPDX-License-Identifier: GPL-2.0-or-later */ /** \file * \ingroup wm */ #pragma once #include "BLI_sys_types.h" #ifdef __cplusplus extern "C" { #endif bool WM_platform_support_perform_checks(void); #ifdef __cplusplus } #endif