summaryrefslogtreecommitdiff
path: root/output.h
blob: bbd727d7c99d6788f6aee45c18de7f1c2dfca010 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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