#pragma once struct lua_State; namespace mini { namespace lua { void push_functions(lua_State *L); } }