summaryrefslogtreecommitdiff
path: root/endless/apiversion.h
diff options
context:
space:
mode:
Diffstat (limited to 'endless/apiversion.h')
-rw-r--r--endless/apiversion.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/endless/apiversion.h b/endless/apiversion.h
new file mode 100644
index 0000000..5b9b292
--- /dev/null
+++ b/endless/apiversion.h
@@ -0,0 +1,12 @@
+/* Copyright 2013 Endless Mobile, Inc. */
+
+#if !(defined(_EOS_SDK_INSIDE_ENDLESS_H) || defined(COMPILING_EOS_SDK))
+#error "Please do not include this header file directly."
+#endif
+
+#ifndef API_VERSION_H
+#define API_VERSION_H
+
+#define EOS_SDK_ALL_API_VERSIONS
+
+#endif /* API_VERSION_H */