summaryrefslogtreecommitdiff
path: root/phpcpp.h
diff options
context:
space:
mode:
Diffstat (limited to 'phpcpp.h')
-rw-r--r--phpcpp.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/phpcpp.h b/phpcpp.h
new file mode 100644
index 0000000..439b51f
--- /dev/null
+++ b/phpcpp.h
@@ -0,0 +1,15 @@
+/**
+ * phpcpp.h
+ *
+ * Library to build PHP extensions with CPP
+ *
+ * @copyright 2013 CopernicA BV
+ * @author Emiel Bruijntjes <emiel.bruijntjes@copernica.com>
+ */
+
+/**
+ * Include all headers files that are related to this library
+ */
+#include <phpcpp/extension.h>
+
+