malena
Why malena
Quick start
Tutorials
API docs
GitHub
GitHub
Tutorials
Loading...
Searching...
No Matches
Traits
Settings
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
10
#include <
Malena/Core/malena_export.h
>
11
12
namespace
ml
13
{
34
struct
GraphicSettings
35
{
36
virtual
~GraphicSettings
() =
default
;
37
};
38
39
}
// namespace ml
40
41
#endif
// MALENA_GRAPHICSETTINGS_H
malena_export.h
ml
Definition
Component.h:22
ml::GraphicSettings
Base settings trait for all visual components — geometry only.
Definition
GraphicSettings.h:35
ml::GraphicSettings::~GraphicSettings
virtual ~GraphicSettings()=default