mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-29 05:50:23 +08:00
bb1518ef1d
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1254 bbd45198-f89e-11dd-88c7-29a3b14d5316
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
|