summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/system_archive/data/font_chinese_traditional.h
blob: c2ebd4d96ae60539e2c568ee59ec4ffa44514d3e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
// 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, 222236> FONT_CHINESE_TRADITIONAL;

} // namespace FileSys::SystemArchive::SharedFontData