2018-05-03 14:06:44 +02:00
|
|
|
// Copyright 2018 Citra Emulator Project
|
|
|
|
// Licensed under GPLv2 or any later version
|
|
|
|
// Refer to the license.txt file included.
|
|
|
|
|
2019-03-02 21:20:28 +01:00
|
|
|
#include "common/memory_hook.h"
|
2018-05-03 14:06:44 +02:00
|
|
|
|
2019-03-02 21:20:28 +01:00
|
|
|
namespace Common {
|
2018-05-03 14:06:44 +02:00
|
|
|
|
|
|
|
MemoryHook::~MemoryHook() = default;
|
|
|
|
|
2019-03-02 21:20:28 +01:00
|
|
|
} // namespace Common
|