Tramway SDK
output.h
Go to the documentation of this file.
1// Tramway Drifting and Dungeon Exploration Simulator SDK Runtime
2
3#ifndef TRAM_SDK_AUDIO_SPATIAL_OUTPUT_H
4#define TRAM_SDK_AUDIO_SPATIAL_OUTPUT_H
5
7
8#include <vector>
9
10namespace tram::Audio::Spatial {
11
15
18
19}
20
21#endif // TRAM_SDK_AUDIO_SPATIAL_OUTPUT_H
Experimental path tracing audio system.
Definition: definitions.h:10