initial work to split into dart_filament and flutter_filament
This commit is contained in:
13
flutter_filament/windows/include/material/image.h
Normal file
13
flutter_filament/windows/include/material/image.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef IMAGE_H_
|
||||
#define IMAGE_H_
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
extern "C" {
|
||||
extern const uint8_t IMAGE_PACKAGE[];
|
||||
extern int IMAGE_IMAGE_OFFSET;
|
||||
extern int IMAGE_IMAGE_SIZE;
|
||||
}
|
||||
#define IMAGE_IMAGE_DATA (IMAGE_PACKAGE + IMAGE_IMAGE_OFFSET)
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user