initial work to split into dart_filament and flutter_filament
This commit is contained in:
14
dart_filament/native/include/material/gizmo.h
Normal file
14
dart_filament/native/include/material/gizmo.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef GIZMO_H_
|
||||
#define GIZMO_H_
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
extern "C"
|
||||
{
|
||||
extern const uint8_t GIZMO_PACKAGE[];
|
||||
extern int GIZMO_GIZMO_OFFSET;
|
||||
extern int GIZMO_GIZMO_SIZE;
|
||||
}
|
||||
#define GIZMO_GIZMO_DATA (GIZMO_PACKAGE + GIZMO_GIZMO_OFFSET)
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user