LuPPC/include/luares.h

10 lines
204 B
C
Raw Normal View History

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-04 04:08:43 +11:00
extern char lua_init[];
2016-01-05 04:20:40 +11:00
extern char lua_sandbox[];
extern char lua_util_random[];
2016-01-04 04:08:43 +11:00
#endif