Nebula
Loading...
Searching...
No Matches
nebulasettings.h
Go to the documentation of this file.
1#pragma once
2//------------------------------------------------------------------------------
12#if __WIN32__
14namespace System
15{
17}
18#elif __LINUX__
20namespace System
21{
23}
24#else
25#error "System::NebulaSettings not implemented on this platform!"
26#endif
27//------------------------------------------------------------------------------
28
A simple wrapper class to store config files in the users home directory Uses Boosts Property_tree li...
Definition posixsettings.h:18
Platform independent way for storing persistent settings Will use registry in windows and config file...
A simple wrapper class to access the Win32 registry.
Definition win32registry.h:20
Definition osxsysfunc.h:15