mirror of
https://github.com/AxioDL/nod.git
synced 2025-12-09 05:28:00 +00:00
lots of Wii disc parsing in place
This commit is contained in:
10
lib/FileIOMEM.cpp
Normal file
10
lib/FileIOMEM.cpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#include "IFileIO.hpp"
|
||||
|
||||
namespace NOD
|
||||
{
|
||||
|
||||
class FileIOMEM : public IFileIO
|
||||
{
|
||||
};
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user