mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-10-24 04:03:59 +08:00

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@303 bbd45198-f89e-11dd-88c7-29a3b14d5316
9 lines
139 B
C
9 lines
139 B
C
#ifndef __RTGUI_IMAGE_JPEG_H__
|
|
#define __RTGUI_IMAGE_JPEG_H__
|
|
|
|
#include <rtgui/image.h>
|
|
|
|
void rtgui_image_jpeg_init(void);
|
|
|
|
#endif
|