// Copyright (C) 2016 Jérôme Leclercq, Arnaud Cadot // This file is part of the "Nazara Development Kit" // For conditions of distribution and use, see copyright notice in Prerequesites.hpp #include #include namespace Ndk { /*! * \brief Binds Renderer module to Lua */ void LuaBinding::BindRenderer() { } /*! * \brief Registers the classes that will be used by the Lua instance * * \param instance Lua instance that will interact with the Renderer classes */ void LuaBinding::RegisterRenderer(Nz::LuaInstance& instance) { } }