mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2026-01-27 07:10:24 -08:00
6 lines
94 B
C++
6 lines
94 B
C++
#pragma once
|
|
|
|
#include <array>
|
|
|
|
extern const std::array<unsigned char, 217276> FontStandard;
|
|
|