#include <sound_system.h>
  
  
      
        
          | Sound::SoundSystem::SoundSystem  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
delete   | 
  
 
 
      
        
          | Sound::SoundSystem::SoundSystem  | 
          ( | 
          const std::string  | 
          sounds_location | ) | 
           | 
        
      
 
 
  
  
      
        
          | virtual Sound::SoundSystem::~SoundSystem  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlinevirtual   | 
  
 
 
      
        
          | void Sound::SoundSystem::destroy  | 
          ( | 
           | ) | 
           | 
        
      
 
 
      
        
          | std::shared_ptr<SoundInstance> Sound::SoundSystem::getSound  | 
          ( | 
          const std::string  | 
          name | ) | 
           | 
        
      
 
 
      
        
          | bool Sound::SoundSystem::loadSound  | 
          ( | 
          const std::string  | 
          filename | ) | 
           | 
        
      
 
 
      
        
          | void Sound::SoundSystem::update  | 
          ( | 
          const double  | 
          delta | ) | 
           | 
        
      
 
 
The documentation for this class was generated from the following file: