mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2025-02-05 22:38:26 +01:00
6 lines
104 B
C++
6 lines
104 B
C++
#pragma once
|
|
|
|
#include <array>
|
|
|
|
extern const std::array<unsigned char, 222236> FontChineseTraditional;
|
|
|