Loading...
Searching...
No Matches
GraphicSettings.h
Go to the documentation of this file.
1//
2// GraphicSettings.h
3//
4
5#ifndef MALENA_GRAPHICSETTINGS_H
6#define MALENA_GRAPHICSETTINGS_H
7
8#pragma once
9
11
12namespace ml
13{
35 {
36 virtual ~GraphicSettings() = default;
37 };
38
39} // namespace ml
40
41#endif // MALENA_GRAPHICSETTINGS_H
Definition Component.h:22
Base settings trait for all visual components — geometry only.
virtual ~GraphicSettings()=default