summaryrefslogtreecommitdiff
path: root/Source/Core/AudioCommon/CubebUtils.h
blob: adf6c254842f44f88b2165b0e22e61335a734872 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Copyright 2017 Dolphin Emulator Project
// Licensed under GPLv2+
// Refer to the license.txt file included.

#pragma once

#include <memory>

struct cubeb;

namespace CubebUtils
{
std::shared_ptr<cubeb> GetContext();
}  // namespace CubebUtils