aboutsummaryrefslogtreecommitdiff
path: root/Src/nde/Vfs.h
blob: 87fee06e7d395c86bc927e9563da1d6faf389985 (plain) (blame)
1
2
3
4
5
6
7
8
#pragma once
#ifdef __APPLE__
#include "osx/Vfs.h"
#elif defined(_WIN32)
#include "win/Vfs.h"
#elif defined(__ANDROID__)
#include "android/vfs.h"
#endif