1
0

Source code upload

This commit is contained in:
calmsacibis995
2022-09-29 17:59:04 +03:00
parent 72fa9da3d7
commit 8fc8fa8089
33399 changed files with 11964078 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
#define remove_width 20
#define remove_height 15
static char remove_bits[] = {
0x80, 0x00, 0x00, 0xc0, 0x00, 0x00, 0xe0, 0x00, 0x00, 0xf0, 0x00, 0x00,
0xf8, 0xff, 0x0f, 0xfc, 0xff, 0x0f, 0xfe, 0xff, 0x0f, 0xff, 0xff, 0x0f,
0xfe, 0xff, 0x0f, 0xfc, 0xff, 0x0f, 0xf8, 0xff, 0x0f, 0xf0, 0x00, 0x00,
0xe0, 0x00, 0x00, 0xc0, 0x00, 0x00, 0x80, 0x00, 0x00};