headers from v1.31.5
This commit is contained in:
13
ios/include/material/unlit_opaque.h
Normal file
13
ios/include/material/unlit_opaque.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef UNLIT_OPAQUE_H_
|
||||
#define UNLIT_OPAQUE_H_
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
extern "C" {
|
||||
extern const uint8_t UNLIT_OPAQUE_PACKAGE[];
|
||||
extern int UNLIT_OPAQUE_UNLIT_OFFSET;
|
||||
extern int UNLIT_OPAQUE_UNLIT_SIZE;
|
||||
}
|
||||
#define UNLIT_OPAQUE_UNLIT_DATA (UNLIT_OPAQUE_PACKAGE + UNLIT_OPAQUE_UNLIT_OFFSET)
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user