13 lines
260 B
C++
13 lines
260 B
C++
// SPDX-FileCopyrightText: 2025 Contributors to Chatterino <https://chatterino.com>
|
|
//
|
|
// SPDX-License-Identifier: MIT
|
|
|
|
#pragma once
|
|
|
|
namespace chatterino::selfcheck {
|
|
|
|
/// Checks if WEBPs can be loaded
|
|
void checkWebp();
|
|
|
|
} // namespace chatterino::selfcheck
|