Last change
on this file was
433,
checked in by epyon, 10 years ago
|
- string.hh split into separate files
- string.hh - removed std::string conversions (header still stays though)
|
File size:
343 bytes
|
Rev | Line | |
---|
[395] | 1 | // Copyright (C) 2012-2015 ChaosForge Ltd
|
---|
[126] | 2 | // http://chaosforge.org/
|
---|
| 3 | //
|
---|
[395] | 4 | // This file is part of Nova libraries.
|
---|
| 5 | // For conditions of distribution and use, see copying.txt file in root folder.
|
---|
[126] | 6 |
|
---|
| 7 | #include "nv/gui/gui_renderer.hh"
|
---|
| 8 |
|
---|
[433] | 9 | void nv::gui::renderer::load_style( const string_view& filename )
|
---|
[346] | 10 | {
|
---|
[126] | 11 | m_style.load_style( filename );
|
---|
| 12 | }
|
---|
Note: See
TracBrowser
for help on using the repository browser.