// Copyright (C) 2012-2015 ChaosForge Ltd // http://chaosforge.org/ // // This file is part of Nova libraries. // For conditions of distribution and use, see copying.txt file in root folder. #include "nv/gui/gui_renderer.hh" void nv::gui::renderer::load_style( const string_view& filename ) { m_style.load_style( filename ); }