From 18bde7391efb9c6bd6ea7846891ab5d16276a809 Mon Sep 17 00:00:00 2001 From: David Vazgenovich Shakaryan Date: Mon, 31 May 2021 06:11:22 -0700 Subject: initial import A bit messy and missing error handling in some places. --- output.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 output.h (limited to 'output.h') diff --git a/output.h b/output.h new file mode 100644 index 0000000..bbd727d --- /dev/null +++ b/output.h @@ -0,0 +1,12 @@ +#ifndef OUTPUT_H +#define OUTPUT_H + +#include "assets.h" + +#include + +void output(struct asset **, int, lua_State *); + +int push_field_lua(lua_State *); + +#endif -- cgit v1.2.3-70-g09d2