LuPPC/include/luares.h
2016-01-04 18:22:01 +01:00

10 lines
204 B
C

#ifndef LUARES_H
#define LUARES_H
extern char lua_boot[];
extern char lua_component[];
extern char lua_computer[];
extern char lua_init[];
extern char lua_sandbox[];
extern char lua_util_random[];
#endif