feat(clusterApp): initial version run in Ubuntu.
change fb to DRM
This commit is contained in:
8
clusterApp/include/lib/InsPng.h
Normal file
8
clusterApp/include/lib/InsPng.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef INSPNG_H_INCLUDED
|
||||
#define INSPNG_H_INCLUDED
|
||||
|
||||
#include <BaseTypes.h>
|
||||
|
||||
Bool LoadPngFromMem(void *mem, UInt32 memSz, Int32 *width, Int32 *height, UInt32 *format, void **bmp, UInt32 bmpSize);
|
||||
|
||||
#endif // INSPNG_H_INCLUDED
|
||||
Reference in New Issue
Block a user