dolphin/Source/Core/DiscIO/Filesystem.cpp

14 lines
251 B
C++
Raw Normal View History

// Copyright 2008 Dolphin Emulator Project
2015-05-17 23:08:10 +00:00
// Licensed under GPLv2+
// Refer to the license.txt file included.
#include "DiscIO/Filesystem.h"
namespace DiscIO
{
2017-06-13 21:05:30 +00:00
FileInfo::~FileInfo() = default;
2017-06-13 21:05:30 +00:00
FileSystem::~FileSystem() = default;
} // namespace