Files
cup_edit/thermion_dart/native/include/resources/rotation_gizmo_glb.h
2025-05-07 17:06:38 +08:00

18 lines
443 B
C

#ifndef ROTATION_GIZMO_GLB_H_
#define ROTATION_GIZMO_GLB_H_
#include <stdint.h>
#ifdef __cplusplus
extern "C" {
#endif
extern const uint8_t ROTATION_GIZMO_GLB_PACKAGE[];
extern int ROTATION_GIZMO_GLB_ROTATION_GIZMO_OFFSET;
extern int ROTATION_GIZMO_GLB_ROTATION_GIZMO_SIZE;
#ifdef __cplusplus
}
#endif
#define ROTATION_GIZMO_GLB_ROTATION_GIZMO_DATA (ROTATION_GIZMO_GLB_PACKAGE + ROTATION_GIZMO_GLB_ROTATION_GIZMO_OFFSET)
#endif