forked from izaya/LuPPC
22 lines
539 B
C
22 lines
539 B
C
#ifndef LUARES_H
|
|
#define LUARES_H
|
|
extern char lua_boot[];
|
|
extern char lua_component[];
|
|
extern char lua_computer[];
|
|
extern char lua_debug[];
|
|
extern char lua_eeprom[];
|
|
extern char lua_fbgpu[];
|
|
extern char lua_filesystem[];
|
|
extern char lua_gpio[];
|
|
extern char lua_gpudetect[];
|
|
extern char lua_init[];
|
|
extern char lua_internet[];
|
|
extern char lua_sandbox[];
|
|
extern char lua_textgpu[];
|
|
extern char lua_textgpu_old[];
|
|
extern char lua_util_buffer[];
|
|
extern char lua_util_color[];
|
|
extern char lua_util_random[];
|
|
extern char lua_winapigpu[];
|
|
#endif
|