awtk/demos/resource.h

34 lines
691 B
C
Raw Normal View History

2018-02-21 19:36:38 +08:00
/**
* File: resource.h
2018-05-15 09:31:58 +08:00
* Author: AWTK Develop Team
2018-02-21 19:36:38 +08:00
* Brief: resource init
*
2018-05-08 10:22:32 +08:00
* Copyright (c) 2018 - 2018 Guangzhou ZHIYUAN Electronics Co.,Ltd.
2018-02-21 19:36:38 +08:00
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* License file for more details.
*
*/
/**
* History:
* ================================================================
* 2018-02-03 Li XianJing <xianjimli@hotmail.com> created
*
*/
#ifndef RESOURCE_H
#define RESOURCE_H
#include "base/types_def.h"
BEGIN_C_DECLS
ret_t resource_init(void);
END_C_DECLS
2018-03-19 07:19:25 +08:00
#endif /*RESOURCE_H*/