// 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 { void LuaBinding::BindRenderer() { } void LuaBinding::RegisterRenderer(Nz::LuaInstance& instance) { } }