7 lines
73 B
C
7 lines
73 B
C
![]() |
#ifndef LINIT_H
|
||
|
#define LINIT_H
|
||
|
|
||
|
int luaopen_init(lua_State *L);
|
||
|
|
||
|
#endif
|