(ui,)settings: Use explicit instantiation
Reduces compile times a tad on clang.
This commit is contained in:
parent
02265f19d9
commit
04d4b6ab80
10 changed files with 613 additions and 475 deletions
|
@ -3,13 +3,12 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <memory>
|
||||
#include <string>
|
||||
#include <string_view>
|
||||
#include <vector>
|
||||
#include "common/settings_enums.h"
|
||||
|
||||
namespace Settings {
|
||||
enum class AudioEngine : u32;
|
||||
}
|
||||
namespace AudioCore {
|
||||
class AudioManager;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue