malena
Why malena
Quick start
Tutorials
API docs
GitHub
GitHub
Tutorials
Loading...
Searching...
No Matches
Manifests
ThemeTag.h
Go to the documentation of this file.
1
//
2
// ThemeTag.h
3
//
4
5
#ifndef MALENA_THEMETAG_H
6
#define MALENA_THEMETAG_H
7
8
#pragma once
9
10
#include <
Malena/Core/malena_export.h
>
11
#include <memory>
12
#include <unordered_map>
13
#include <
Malena/Utilities/EnumClassHash.h
>
14
15
namespace
ml
16
{
26
struct
ThemeTag
27
{
28
virtual
~ThemeTag
() =
default
;
29
};
30
31
}
// namespace ml
32
33
#endif
// MALENA_THEMETAG_H
EnumClassHash.h
malena_export.h
ml
Definition
Component.h:22
ml::ThemeTag
Lightweight polymorphic base for all Theme structs.
Definition
ThemeTag.h:27
ml::ThemeTag::~ThemeTag
virtual ~ThemeTag()=default