dolphin-emulator/Source/Core/DiscIO
Lioncash d9eb7c4e80 NANDContentLoader: Add IOFile forward declaration
This would previously fail to compile when included in files that do not
include FileUtil.h due to lack of a type declaration.

This moves the constructor and destructor into the cpp file in order to
satisfy the requirements of unique_ptr construction and deletion. That is,
unique_ptr requires a concrete type at the point of construction and
destruction. If the constructor or destructor is left in the header, then
at the point of construction or destruction, IOFile will still be
considered an incomplete type, as unique_ptr's deleter will still only be
able to see the forward declaration, which it can't use.
2016-10-14 20:27:22 -04:00
..
Blob.cpp
Blob.h
CISOBlob.cpp
CISOBlob.h
CMakeLists.txt
CompressedBlob.cpp
CompressedBlob.h
DiscIO.vcxproj
DiscIO.vcxproj.filters
DiscScrubber.cpp
DiscScrubber.h
DriveBlob.cpp
DriveBlob.h
Enums.cpp Run clang-format on missed files 2016-08-11 21:14:39 +02:00
Enums.h
FileBlob.cpp
FileBlob.h
FileMonitor.cpp
FileMonitor.h
Filesystem.cpp
Filesystem.h Filesystem: Return strings from GetFileName without the const qualifier 2016-09-18 12:56:25 -04:00
FileSystemGCWii.cpp Filesystem: Return strings from GetFileName without the const qualifier 2016-09-18 12:56:25 -04:00
FileSystemGCWii.h Filesystem: Return strings from GetFileName without the const qualifier 2016-09-18 12:56:25 -04:00
NANDContentLoader.cpp NANDContentLoader: Add IOFile forward declaration 2016-10-14 20:27:22 -04:00
NANDContentLoader.h NANDContentLoader: Add IOFile forward declaration 2016-10-14 20:27:22 -04:00
Volume.cpp
Volume.h
VolumeCreator.cpp
VolumeCreator.h
VolumeDirectory.cpp
VolumeDirectory.h
VolumeGC.cpp Merge pull request #3963 from JosJuice/banner-loaded-failure 2016-10-03 06:33:52 -07:00
VolumeGC.h
VolumeWad.cpp
VolumeWad.h
VolumeWiiCrypted.cpp Reorganise a ton of logs level 2016-10-01 15:50:28 -04:00
VolumeWiiCrypted.h
WbfsBlob.cpp
WbfsBlob.h
WiiWad.cpp WiiWad: Move static implementation details to cpp file 2016-09-25 18:04:04 -04:00
WiiWad.h WiiWad: Make WiiWAD constructor explicit 2016-09-25 18:04:11 -04:00