aboutsummaryrefslogtreecommitdiff
path: root/Src/replicant/nx/nxtime.h
diff options
context:
space:
mode:
Diffstat (limited to 'Src/replicant/nx/nxtime.h')
-rw-r--r--Src/replicant/nx/nxtime.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/Src/replicant/nx/nxtime.h b/Src/replicant/nx/nxtime.h
new file mode 100644
index 00000000..cbd629b1
--- /dev/null
+++ b/Src/replicant/nx/nxtime.h
@@ -0,0 +1,10 @@
+#pragma once
+#if defined(__ANDROID__)
+#include "android/nxtime.h"
+#elif defined(__linux__)
+#include "linux/nxtime.h"
+#elif defined(_WIN32)
+#include "win/nxtime.h"
+#elif defined(__APPLE__)
+#include "osx/nxtime.h"
+#endif