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

Last change on this file since 432 was 395, checked in by epyon, 10 years ago
  • bulk update copyright update include guards cleanup core/common.hh -> common.hh minor cleanups
File size: 343 bytes
Line 
1// Copyright (C) 2012-2015 ChaosForge Ltd
2// http://chaosforge.org/
3//
4// This file is part of Nova libraries.
5// For conditions of distribution and use, see copying.txt file in root folder.
6
7#include "nv/gui/gui_renderer.hh"
8
9void nv::gui::renderer::load_style( const std::string& filename )
10{
11        m_style.load_style( filename );
12}
Note: See TracBrowser for help on using the repository browser.