diff options
Diffstat (limited to 'core/compatibility.h')
-rw-r--r-- | core/compatibility.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/core/compatibility.h b/core/compatibility.h new file mode 100644 index 0000000..a339d40 --- /dev/null +++ b/core/compatibility.h @@ -0,0 +1,8 @@ +#ifndef COMPATIBILITY_H_INCLUDED
+#define COMPATIBILITY_H_INCLUDED
+
+#ifdef _WIN32 +void sleep(int i); +#endif
+
+#endif // COMPATIBILITY_H_INCLUDED
|