2016-01-04 04:08:43 +11:00
|
|
|
#ifndef LUARES_H
|
|
|
|
#define LUARES_H
|
2016-01-05 04:20:40 +11:00
|
|
|
extern char lua_boot[];
|
|
|
|
extern char lua_component[];
|
|
|
|
extern char lua_computer[];
|
2016-02-10 03:40:51 +11:00
|
|
|
extern char lua_debug[];
|
2016-01-07 07:32:53 +11:00
|
|
|
extern char lua_eeprom[];
|
2016-01-20 04:04:12 +11:00
|
|
|
extern char lua_fbgpu[];
|
2016-01-10 05:39:48 +11:00
|
|
|
extern char lua_filesystem[];
|
2016-02-12 22:21:22 +11:00
|
|
|
extern char lua_gpio[];
|
2016-02-29 00:31:55 +11:00
|
|
|
extern char lua_gpudetect[];
|
2016-01-04 04:08:43 +11:00
|
|
|
extern char lua_init[];
|
2016-01-21 03:54:04 +11:00
|
|
|
extern char lua_internet[];
|
2016-01-05 04:20:40 +11:00
|
|
|
extern char lua_sandbox[];
|
2016-01-07 02:58:05 +11:00
|
|
|
extern char lua_textgpu[];
|
2016-02-09 00:01:10 +11:00
|
|
|
extern char lua_util_buffer[];
|
2016-01-07 02:58:05 +11:00
|
|
|
extern char lua_util_color[];
|
2016-01-05 04:20:40 +11:00
|
|
|
extern char lua_util_random[];
|
2016-03-03 04:48:12 +11:00
|
|
|
extern char lua_winapigpu[];
|
2016-01-04 04:08:43 +11:00
|
|
|
#endif
|