Factory for the SDL sound driver.
More...
#include <sdl_s.h>
|
| std::unique_ptr< Driver > | CreateInstance () const override |
| | Create an instance of this driver-class.
|
| std::string_view | GetDescription () const |
| | Get a nice description of the driver-class.
|
Factory for the SDL sound driver.
Definition at line 25 of file sdl_s.h.
◆ FSoundDriver_SDL()
| FSoundDriver_SDL::FSoundDriver_SDL |
( |
| ) |
|
|
inline |
◆ CreateInstance()
| std::unique_ptr< Driver > FSoundDriver_SDL::CreateInstance |
( |
| ) |
const |
|
inlineoverridevirtual |
Create an instance of this driver-class.
- Returns
- The instance.
Implements DriverFactoryBase.
Definition at line 28 of file sdl_s.h.
The documentation for this class was generated from the following file: