|
|
1.1 root 1: //
2: // nono
3: // Copyright (C) 2021 nono project
4: // Licensed under nono-license.txt
5: //
6:
1.1.1.2 root 7: //
8: // 外字データ
9: //
10:
1.1 root 11: #pragma once
12:
13: #include "header.h"
14:
15: // 外字定義
16: struct private_char {
17: int code;
1.1.1.2 root 18: uint8 data12[12];
19: uint8 data16[16];
1.1.1.3 ! root 20: uint8 data24[24 * 2];
1.1 root 21: };
22:
23: extern const private_char private_chars[];
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.