From 733c20d5d3d696a60a7fd7098ca45cb545e78043 Mon Sep 17 00:00:00 2001 From: William Wilgus Date: Fri, 24 Aug 2018 00:44:32 +0200 Subject: lua move RLIMAGE to own file Change-Id: Icd10e4c348deec7729d4a6e2bf1152e1dfc70243 --- apps/plugins/lua/rocklib_img.h | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 apps/plugins/lua/rocklib_img.h (limited to 'apps/plugins/lua/rocklib_img.h') diff --git a/apps/plugins/lua/rocklib_img.h b/apps/plugins/lua/rocklib_img.h new file mode 100644 index 0000000000..8b22806862 --- /dev/null +++ b/apps/plugins/lua/rocklib_img.h @@ -0,0 +1,31 @@ +/*************************************************************************** + * __________ __ ___. + * Open \______ \ ____ ____ | | _\_ |__ _______ ___ + * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / + * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < + * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ + * \/ \/ \/ \/ \/ + * $Id$ + * + * Copyright (C) 2008 Dan Everton (safetydan) + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY + * KIND, either express or implied. + * + ****************************************************************************/ + +#ifndef _ROCKLIB_IMG_H_ +#define _ROCKLIB_IMG_H_ + +#ifdef HAVE_LCD_BITMAP +#define RLI_EXTENDED +#endif + +LUALIB_API int rli_init(lua_State *L); + +#endif /* _ROCKLIB_IMG_H_ */ -- cgit v1.2.3