Skip to content
Snippets Groups Projects

Add missing config impl structs

Merged Jonathan Kunstwald requested to merge feature/add-scoped-viewer-config into develop
2 files
+ 10
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -2,4 +2,13 @@
namespace glow::viewer::detail {
struct no_grid_impl
{
};
struct no_shadow_impl
{
};
struct print_mode_impl
{
};
}
Loading