aboutsummaryrefslogtreecommitdiff
path: root/Src/replicant/nx/nxdata.h
blob: 721601a9181f0c45435f35c3b6cc6c51892d51f1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#pragma once
#if defined(__ANDROID__)
#include "android/nxdata.h"
#elif   defined(__linux__)
#include "linux/nxdata.h"
#elif defined(_WIN32)
#include "win/nxdata.h"
#elif defined(__APPLE__)
#include "osx/nxdata.h"
#endif