summaryrefslogtreecommitdiff
path: root/Examples/ConstStaticProp/cpp/mytestext.h
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/ConstStaticProp/cpp/mytestext.h')
-rw-r--r--Examples/ConstStaticProp/cpp/mytestext.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/Examples/ConstStaticProp/cpp/mytestext.h b/Examples/ConstStaticProp/cpp/mytestext.h
new file mode 100644
index 0000000..c268a61
--- /dev/null
+++ b/Examples/ConstStaticProp/cpp/mytestext.h
@@ -0,0 +1,25 @@
+/**
+ * The includes.h
+ */
+
+/**
+ * Default Cpp libraries
+ */
+
+#include <string>
+#include <iostream>
+
+/**
+ * Our own library.
+ */
+#include <phpcpp.h>
+
+/**
+ * Namespace to use
+ */
+using namespace std;
+
+/**
+ * The test class.
+ */
+//#include "mycustomclass.h"