mirror of
https://github.com/AxioDL/nod.git
synced 2025-08-04 03:05:49 +00:00
11 lines
86 B
C++
11 lines
86 B
C++
#include "NOD/IFileIO.hpp"
|
|
|
|
namespace NOD
|
|
{
|
|
|
|
class FileIOMEM : public IFileIO
|
|
{
|
|
};
|
|
|
|
}
|