mirror of
https://github.com/pound-emu/pound.git
synced 2025-06-22 22:48:09 -04:00
12 lines
321 B
C++
12 lines
321 B
C++
// SPDX-FileCopyrightText: Copyright 2019 yuzu Emulator Project
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#pragma once
|
|
|
|
#include <array>
|
|
|
|
namespace FileSys::SystemArchive::SharedFontData {
|
|
|
|
extern const std::array<unsigned char, 217276> FONT_CHINESE_SIMPLIFIED;
|
|
|
|
} // namespace FileSys::SystemArchive::SharedFontData
|