VOX
A little voxel engine
Loading...
Searching...
No Matches
SoundList.hpp File Reference
#include <vector>
#include <string>
Include dependency graph for SoundList.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum class  SoundName { PING , CALM1 , GRASS1 }
 

Variables

const std::string sound_folder = "assets/sounds/"
 
const std::vector< std::string > sound_files
 

Enumeration Type Documentation

◆ SoundName

enum class SoundName
strong
Enumerator
PING 
CALM1 
GRASS1 

Variable Documentation

◆ sound_files

const std::vector<std::string> sound_files
Initial value:
= {
"ping.wav",
"calm1.wav",
"grass1.wav"
}

◆ sound_folder

const std::string sound_folder = "assets/sounds/"