Initial import

This commit is contained in:
Jeremy Baxter 2023-06-25 16:47:09 +12:00
commit b124d99c36
155 changed files with 49639 additions and 0 deletions

9
lcl.h Normal file
View file

@ -0,0 +1,9 @@
#ifndef _LCL_H_
#define _LCL_H_
#include <lua.h>
int callistoopen_cl(lua_State *);
#endif