mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-30 14:18:44 +00:00
Merge pull request #7240 from lioncash/namespace
Common/DebugInterface: Namespace code under the Common namespace
This commit is contained in:
commit
f2323331ea
6 changed files with 12 additions and 5 deletions
|
@ -13,6 +13,8 @@
|
|||
#include "Common/Debug/MemoryPatches.h"
|
||||
#include "Common/Debug/Watches.h"
|
||||
|
||||
namespace Common
|
||||
{
|
||||
class DebugInterface
|
||||
{
|
||||
protected:
|
||||
|
@ -75,3 +77,4 @@ public:
|
|||
virtual std::string GetDescription(unsigned int /*address*/) = 0;
|
||||
virtual void Clear() = 0;
|
||||
};
|
||||
} // namespace Common
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue