Slic3r/src/GUI/ColorScheme.hpp

12 lines
292 B
C++

#ifndef COLORSCHEME_HPP
#define COLORSCHEME_HPP
/// Wrapper file to make the color schemes available to using applications
/// without the circular include headaches.
#include "ColorScheme/ColorSchemeBase.hpp"
#include "ColorScheme/Default.hpp"
#include "ColorScheme/Solarized.hpp"
#endif