This website requires JavaScript.
Explore
Help
Sign In
AxioDL
/
nod
mirror of
https://github.com/AxioDL/nod.git
Watch
2
Star
0
Fork
You've already forked nod
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
3bbfad76f9
nod
/
lib
/
FileIOMEM.cpp
11 lines
86 B
C++
Raw
Normal View
History
Unescape
Escape
isolated includes with NOD directory
2015-07-02 18:33:55 +00:00
#
include
"NOD/IFileIO.hpp"
lots of Wii disc parsing in place
2015-06-28 05:43:53 +00:00
namespace
NOD
{
class
FileIOMEM
:
public
IFileIO
{
}
;
}