awtk/demos/resource.h
2018-05-08 10:22:32 +08:00

34 lines
709 B
C

/**
* File: resource.h
* Author: Li XianJing <xianjimli@hotmail.com>
* Brief: resource init
*
* Copyright (c) 2018 - 2018 Guangzhou ZHIYUAN Electronics Co.,Ltd.
*
* 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
#endif /*RESOURCE_H*/