// Copyright 2019 yuzu emulator team // Licensed under GPLv2 or any later version // Refer to the license.txt file included. #pragma once #include namespace FileSys::SystemArchive::SharedFontData { extern const std::array FONT_CHINESE_TRADITIONAL; } // namespace FileSys::SystemArchive::SharedFontData