// Copyright (C) 2012-2014 ChaosForge Ltd // http://chaosforge.org/ // // This file is part of NV Libraries. // For conditions of distribution and use, see copyright notice in nv.hh #include "nv/gui/gui_renderer.hh" void nv::gui::renderer::load_style( const std::string& filename ) { m_style.load_style( filename ); }