9 lines
121 B
C
9 lines
121 B
C
#ifndef _LENVIRONMENT_H_
|
|
|
|
#define _LENVIRONMENT_H_
|
|
|
|
#include <lua.h>
|
|
|
|
int callistoopen_environment(lua_State *);
|
|
|
|
#endif
|