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