mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
PcapFile: Namespace code under the Common namespace
Brings more common code under the Common namespace.
This commit is contained in:
parent
2beb135bdf
commit
97c5a840db
4 changed files with 16 additions and 6 deletions
|
@ -19,6 +19,8 @@
|
|||
#include "Common/CommonTypes.h"
|
||||
#include "Common/File.h"
|
||||
|
||||
namespace Common
|
||||
{
|
||||
class PCAP final
|
||||
{
|
||||
public:
|
||||
|
@ -38,3 +40,4 @@ private:
|
|||
|
||||
std::unique_ptr<File::IOFile> m_fp;
|
||||
};
|
||||
} // namespace Common
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue