Banuba SDK
Loading...
Searching...
No Matches
orientable.hpp
1#pragma once
2
3#include <bnb/types/base_types.hpp>
4
5namespace bnb::player_api
6{
7
9 {
10 public:
11 virtual void set_orientation(orientation orient, bool mirroring = false) = 0;
12 }; // class orientable
13
14} // namespace bnb::player_api