Files
eden/src/common/memory_hook.cpp
T

12 lines
243 B
C++
Raw Normal View History

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