Banuba SDK
libs
effect_player
bnb
effect_player
interfaces
debug_interface.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 <bnb/utils/defs.hpp>
11
#include <string>
12
13
namespace
bnb {
namespace
interfaces {
14
15
class
BNB_EXPORT
debug_interface
{
16
public
:
17
virtual
~
debug_interface
() {}
18
19
virtual
void
set_autotest_config(
const
std::string & config) = 0;
20
};
21
22
} }
// namespace bnb::interfaces
23
/// @}
24
bnb::interfaces::debug_interface
Definition:
debug_interface.hpp:15
Generated by
1.8.20