Sound Bakery  v0.1.0
Open-source audio middleware for games
Loading...
Searching...
No Matches
aux_bus.h
1#pragma once
2
3#include "bus.h"
4
5namespace SB::Engine
6{
7 class SB_CLASS AuxBus : public Bus
8 {
9 REGISTER_REFLECTION(AuxBus, Bus)
10 };
11} // namespace SB::Engine
Definition aux_bus.h:8
Definition bus.h:10