chore: rebuild materials

This commit is contained in:
Nick Fisher
2024-08-24 15:59:55 +08:00
parent 9512b74008
commit f7b765c5d0
4 changed files with 3219 additions and 64301 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -3,16 +3,11 @@
#include <stdint.h>
#if defined(__cplusplus)
extern "C"
{
#endif
extern "C" {
extern const uint8_t GIZMO_PACKAGE[];
extern int GIZMO_GIZMO_OFFSET;
extern int GIZMO_GIZMO_SIZE;
#if defined(__cplusplus)
}
#endif
#define GIZMO_GIZMO_DATA (GIZMO_PACKAGE + GIZMO_GIZMO_OFFSET)
#endif

File diff suppressed because it is too large Load Diff

View File

@@ -3,16 +3,11 @@
#include <stdint.h>
#if defined(__cplusplus)
extern "C"
{
#endif
extern "C" {
extern const uint8_t IMAGE_PACKAGE[];
extern int IMAGE_IMAGE_OFFSET;
extern int IMAGE_IMAGE_SIZE;
#if defined(__cplusplus)
}
#endif
#define IMAGE_IMAGE_DATA (IMAGE_PACKAGE + IMAGE_IMAGE_OFFSET)
#endif