OpenGothic
Open source reimplementation of Gothic I and II
Loading...
Searching...
No Matches
SoundFx Class Reference

#include <soundfx.h>

Public Member Functions

 SoundFx (std::string_view tagname)
 
 SoundFx (Tempest::Sound &&raw)
 
 SoundFx (SoundFx &&)=default
 
SoundFxoperator= (SoundFx &&)=default
 
Tempest::SoundEffect load (Tempest::SoundDevice &dev, bool &loop) const
 

Detailed Description

Definition at line 11 of file soundfx.h.

Constructor & Destructor Documentation

◆ SoundFx() [1/3]

SoundFx::SoundFx ( std::string_view  tagname)

Definition at line 20 of file soundfx.cpp.

◆ SoundFx() [2/3]

SoundFx::SoundFx ( Tempest::Sound &&  raw)

Definition at line 44 of file soundfx.cpp.

◆ SoundFx() [3/3]

SoundFx::SoundFx ( SoundFx &&  )
default

Member Function Documentation

◆ load()

Tempest::SoundEffect SoundFx::load ( Tempest::SoundDevice &  dev,
bool &  loop 
) const

Definition at line 49 of file soundfx.cpp.

◆ operator=()

SoundFx & SoundFx::operator= ( SoundFx &&  )
default

The documentation for this class was generated from the following files: