7 lines
141 B
C
7 lines
141 B
C
|
#pragma once
|
||
|
|
||
|
#include <unordered_map>
|
||
|
#include <vector>
|
||
|
|
||
|
extern std::unordered_map<std::string, std::vector<std::string>> sound_repository;
|