summaryrefslogtreecommitdiff
path: root/phpcpp.h
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2013-08-24 17:38:05 +0200
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2013-08-24 17:38:05 +0200
commitfe3c7fdf52e4bfd6e736a54c20eb12bb5cfd1f30 (patch)
treea25dfc32c8cf6f76fdf4071c1af66e68f7ee0512 /phpcpp.h
parent308d4970599cc5e5f637cbd354498dd88c8eb3c2 (diff)
initial setup for library
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>
+
+