From 6be8d71fac6dfdc3a4a55e342c61435b8906c8b9 Mon Sep 17 00:00:00 2001 From: jussi Date: Fri, 27 Oct 2023 01:16:03 +0300 Subject: Release v0.5. --- include/lua_core.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/lua_core.h') diff --git a/include/lua_core.h b/include/lua_core.h index 32c809c..d2a7a08 100644 --- a/include/lua_core.h +++ b/include/lua_core.h @@ -28,6 +28,10 @@ typedef struct { int y; } Buffer; +typedef struct { + int age; +} Kissa; + bool luaInit( int argn, const char **argc ); int luaTraceback( lua_State *L ); bool luaCallMain(); -- cgit v1.2.3