18 lines
443 B
C
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
|