diff options
Diffstat (limited to 'output.h')
-rw-r--r-- | output.h | 12 |
1 files changed, 12 insertions, 0 deletions
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 <lua.h> + +void output(struct asset **, int, lua_State *); + +int push_field_lua(lua_State *); + +#endif |