callisto/lcl.h
2023-06-25 16:47:09 +12:00

9 lines
94 B
C

#ifndef _LCL_H_
#define _LCL_H_
#include <lua.h>
int callistoopen_cl(lua_State *);
#endif