summaryrefslogtreecommitdiff
path: root/endless/eosmacros.h
diff options
context:
space:
mode:
Diffstat (limited to 'endless/eosmacros.h')
-rw-r--r--endless/eosmacros.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/endless/eosmacros.h b/endless/eosmacros.h
new file mode 100644
index 0000000..1a3fc44
--- /dev/null
+++ b/endless/eosmacros.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 EOS_MACROS_H
+#define EOS_MACROS_H
+
+/* Shared preprocessor macros */
+
+#endif /* EOS_MACROS_H */