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-01-07 07:32:53 +11:00
|
|
|
extern char lua_eepromDefault[];
|
|
|
|
extern char lua_eeprom[];
|
2016-01-10 05:39:48 +11:00
|
|
|
extern char lua_filesystem[];
|
2016-01-04 04:08:43 +11:00
|
|
|
extern char lua_init[];
|
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-01-14 11:10:04 +11:00
|
|
|
extern char lua_utf8_utf8data[];
|
|
|
|
extern char lua_utf8_utf8[];
|
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-01-04 04:08:43 +11:00
|
|
|
#endif
|