mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2025-02-08 07:48:26 +01:00
6 lines
111 B
C++
6 lines
111 B
C++
#pragma once
|
|
|
|
#include <array>
|
|
|
|
extern const std::array<unsigned char, 293516> FontExtendedChineseSimplified;
|
|
|