Tramway SDK
output.h
Go to the documentation of this file.
1// TRAMWAY DRIFT AND DUNGEON EXPLORATION SIMULATOR 2022
2// All rights reserved.
3
4#ifndef TRAM_SDK_AUDIO_SPATIAL_OUTPUT_H
5#define TRAM_SDK_AUDIO_SPATIAL_OUTPUT_H
6
8
9#include <vector>
10
11namespace tram::Audio::Spatial {
12
16
19
20}
21
22#endif // TRAM_SDK_AUDIO_SPATIAL_OUTPUT_H
Definition: definitions.h:11