9 lines
109 B
C
9 lines
109 B
C
#ifndef _LPROCESS_H_
|
|
|
|
#define _LPROCESS_H_
|
|
|
|
#include <lua.h>
|
|
|
|
int callistoopen_process(lua_State *);
|
|
|
|
#endif
|