update outline material
This commit is contained in:
@@ -8,5 +8,5 @@ OUTLINE_PACKAGE:
|
||||
OUTLINE_OUTLINE_OFFSET:
|
||||
.int 0
|
||||
OUTLINE_OUTLINE_SIZE:
|
||||
.int 115064
|
||||
.int 141715
|
||||
|
||||
|
||||
@@ -8,5 +8,5 @@ _OUTLINE_PACKAGE:
|
||||
_OUTLINE_OUTLINE_OFFSET:
|
||||
.int 0
|
||||
_OUTLINE_OUTLINE_SIZE:
|
||||
.int 115064
|
||||
.int 141715
|
||||
|
||||
|
||||
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user