mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-06 19:24:33 +08:00
9 lines
131 B
C
9 lines
131 B
C
#ifndef __RTGUI_IMAGE_JPEG_H__
|
|
#define __RTGUI_IMAGE_JPEG_H__
|
|
|
|
#include <rtgui/image.h>
|
|
|
|
void rtgui_image_jpeg_init(void);
|
|
|
|
#endif
|