update outline material

This commit is contained in:
Nick Fisher
2025-07-03 11:53:06 +08:00
parent c12ec892f3
commit f706f54eb2
5 changed files with 6766 additions and 5438 deletions

View File

@@ -8,5 +8,5 @@ OUTLINE_PACKAGE:
OUTLINE_OUTLINE_OFFSET:
.int 0
OUTLINE_OUTLINE_SIZE:
.int 115064
.int 141715

View File

@@ -8,5 +8,5 @@ _OUTLINE_PACKAGE:
_OUTLINE_OUTLINE_OFFSET:
.int 0
_OUTLINE_OUTLINE_SIZE:
.int 115064
.int 141715

File diff suppressed because it is too large Load Diff

View File

@@ -3,15 +3,11 @@
#include <stdint.h>
#ifdef __cplusplus
extern "C" {
#endif
extern const uint8_t OUTLINE_PACKAGE[];
extern int OUTLINE_OUTLINE_OFFSET;
extern int OUTLINE_OUTLINE_SIZE;
#ifdef __cplusplus
}
#endif
#define OUTLINE_OUTLINE_DATA (OUTLINE_PACKAGE + OUTLINE_OUTLINE_OFFSET)
#endif