diff options
Diffstat (limited to 'include/template.h')
-rw-r--r-- | include/template.h | 8 |
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 |