mirror of
https://git.suyu.dev/suyu/suyu
synced 2024-11-04 22:37:53 +00:00
43e0d865fa
Gets all of these types and interfaces out of the global namespace.
11 lines
255 B
C++
11 lines
255 B
C++
// Copyright 2018 yuzu emulator team
|
|
// Licensed under GPLv2 or any later version
|
|
// Refer to the license.txt file included.
|
|
|
|
#include "core/arm/exclusive_monitor.h"
|
|
|
|
namespace Core {
|
|
|
|
ExclusiveMonitor::~ExclusiveMonitor() = default;
|
|
|
|
} // namespace Core
|