diff options
Diffstat (limited to '')
| -rw-r--r-- | externals/open_source_archives/include/FontExtendedChineseSimplified.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/externals/open_source_archives/include/FontExtendedChineseSimplified.h b/externals/open_source_archives/include/FontExtendedChineseSimplified.h new file mode 100644 index 000000000..94627dbca --- /dev/null +++ b/externals/open_source_archives/include/FontExtendedChineseSimplified.h | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | #pragma once | ||
| 2 | |||
| 3 | #include <array> | ||
| 4 | |||
| 5 | extern const std::array<unsigned char, 293516> FontExtendedChineseSimplified; | ||
| 6 | |||