From 1f75a21851b0a0bd4bc766c458e67721dd37c9fd Mon Sep 17 00:00:00 2001 From: sanine Date: Mon, 22 Aug 2022 21:37:12 -0500 Subject: add append_table() --- src/util/util.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/util/util.h (limited to 'src/util/util.h') diff --git a/src/util/util.h b/src/util/util.h new file mode 100644 index 0000000..3ef4e0b --- /dev/null +++ b/src/util/util.h @@ -0,0 +1,8 @@ +#ifndef HONEY_UTIL_H +#define HONEY_UTIL_H + +#include + +void append_table(lua_State *L, int tbl_a, int tbl_b); + +#endif -- cgit v1.2.1