summaryrefslogtreecommitdiff
path: root/include/lua_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lua_core.h')
-rw-r--r--include/lua_core.h4
1 files changed, 4 insertions, 0 deletions
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();