mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-29 18:32:36 +00:00
13 lines
299 B
C++
13 lines
299 B
C++
#ifndef OPENMW_APPS_OPENMW_MWSOUND_CONSTANTS_H
|
|
#define OPENMW_APPS_OPENMW_MWSOUND_CONSTANTS_H
|
|
|
|
#include <components/vfs/pathutil.hpp>
|
|
|
|
namespace MWSound
|
|
{
|
|
constexpr VFS::Path::NormalizedView battlePlaylist("battle");
|
|
constexpr VFS::Path::NormalizedView explorePlaylist("explore");
|
|
}
|
|
|
|
#endif
|