rtgui_demo.h 302 字节
Newer Older
T
tanek liang 已提交
1
/*
2
 * Copyright (c) 2006-2018, RT-Thread Development Team
T
tanek liang 已提交
3
 *
4
 * SPDX-License-Identifier: Apache-2.0
T
tanek liang 已提交
5 6 7 8 9 10 11 12 13 14 15 16
 *
 * Change Logs:
 * Date           Author       Notes
 * 2017-06-02     tanek      first version
 */
#ifndef __APP_GUI_DEMO_H__
#define __APP_GUI_DEMO_H__

extern int rt_gui_demo_init(void);

#endif