diff options
author | David <25727384+ogniK5377@users.noreply.github.com> | 2019-09-22 10:09:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-22 10:09:55 +0200 |
commit | cf1e4770f910a49c3fbfeb881168e5f3def26484 (patch) | |
tree | dcdcfb617b1fa680eaa74cf1a96f872f259bba1b /externals/open_source_archives/include/FontChineseTraditional.h | |
parent | Merge pull request #2535 from DarkLordZach/cheat-v2 (diff) | |
parent | Revert "Merge pull request #2709 from DarkLordZach/oss-ext-fonts-1" (diff) | |
download | yuzu-cf1e4770f910a49c3fbfeb881168e5f3def26484.tar yuzu-cf1e4770f910a49c3fbfeb881168e5f3def26484.tar.gz yuzu-cf1e4770f910a49c3fbfeb881168e5f3def26484.tar.bz2 yuzu-cf1e4770f910a49c3fbfeb881168e5f3def26484.tar.lz yuzu-cf1e4770f910a49c3fbfeb881168e5f3def26484.tar.xz yuzu-cf1e4770f910a49c3fbfeb881168e5f3def26484.tar.zst yuzu-cf1e4770f910a49c3fbfeb881168e5f3def26484.zip |
Diffstat (limited to 'externals/open_source_archives/include/FontChineseTraditional.h')
-rw-r--r-- | externals/open_source_archives/include/FontChineseTraditional.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/externals/open_source_archives/include/FontChineseTraditional.h b/externals/open_source_archives/include/FontChineseTraditional.h new file mode 100644 index 000000000..cf4b55039 --- /dev/null +++ b/externals/open_source_archives/include/FontChineseTraditional.h @@ -0,0 +1,6 @@ +#pragma once + +#include <array> + +extern const std::array<unsigned char, 222236> FontChineseTraditional; + |