source: trunk/src/gui/gui_renderer.cc @ 392

Last change on this file since 392 was 354, checked in by epyon, 10 years ago
  • separation of the graphics code from the gui code
File size: 333 bytes
RevLine 
[319]1// Copyright (C) 2012-2014 ChaosForge Ltd
[126]2// http://chaosforge.org/
3//
4// This file is part of NV Libraries.
5// For conditions of distribution and use, see copyright notice in nv.hh
6
7#include "nv/gui/gui_renderer.hh"
8
[354]9void nv::gui::renderer::load_style( const std::string& filename )
[346]10{
[126]11        m_style.load_style( filename );
12}
Note: See TracBrowser for help on using the repository browser.