/* * Copyright (c) 2012-2015 Daniele Bartolini and individual contributors. * License: https://github.com/taylor001/crown/blob/master/LICENSE */ #pragma once namespace crown { struct LuaStack; struct LuaEnvironment; } // namespace crown