diff options
Diffstat (limited to 'Src/nde/IndexField.h')
-rw-r--r-- | Src/nde/IndexField.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Src/nde/IndexField.h b/Src/nde/IndexField.h new file mode 100644 index 00000000..a28e4203 --- /dev/null +++ b/Src/nde/IndexField.h @@ -0,0 +1,8 @@ +#pragma once +#ifdef __APPLE__ +#include "osx/IndexField.h" +#elif defined(_WIN32) +#include "win/IndexField.h" +#elif defined(__ANDROID__) +#include "android/IndexField.h" +#endif |