Banuba SDK
libs
effect_player
bnb
effect_player
interfaces
effect_status.hpp
Go to the documentation of this file.
1
/// \file
2
/// \addtogroup EffectPlayer
3
/// @{
4
///
5
// AUTOGENERATED FILE - DO NOT MODIFY!
6
// This file generated by Djinni from effect_player.djinni
7
8
#pragma once
9
10
#include <functional>
11
12
namespace
bnb {
namespace
interfaces {
13
14
enum class
effect_status : int {
15
inactive,
16
loading,
17
active,
18
};
19
20
} }
// namespace bnb::interfaces
21
22
namespace
std {
23
24
template
<>
25
struct
hash<::bnb::interfaces::effect_status> {
26
size_t
operator()(::bnb::interfaces::effect_status type)
const
{
27
return
std::hash<int>()(
static_cast<
int
>
(type));
28
}
29
};
30
31
}
// namespace std
32
/// @}
33
Generated by
1.8.20