7 lines
76 B
C
7 lines
76 B
C
|
#ifndef LREXLIB_H
|
||
|
#define LREXLIB_H
|
||
|
|
||
|
int luaopen_rex(lua_State *L);
|
||
|
|
||
|
#endif
|