summaryrefslogtreecommitdiff
path: root/include/template.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/template.h')
-rw-r--r--include/template.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/template.h b/include/template.h
new file mode 100644
index 0000000..f18662f
--- /dev/null
+++ b/include/template.h
@@ -0,0 +1,8 @@
+#ifndef ___H__
+#define ___H__
+#ifdef __cplusplus
+
+#else
+#error This only works with a C++ compiler
+#endif
+#endif