aboutsummaryrefslogtreecommitdiff
path: root/examples/cxx/hello/libhello/libhello/hello.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cxx/hello/libhello/libhello/hello.hxx')
-rw-r--r--examples/cxx/hello/libhello/libhello/hello.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/cxx/hello/libhello/libhello/hello.hxx b/examples/cxx/hello/libhello/libhello/hello.hxx
new file mode 100644
index 0000000..ecb9e84
--- /dev/null
+++ b/examples/cxx/hello/libhello/libhello/hello.hxx
@@ -0,0 +1,6 @@
+class hello
+{
+public:
+ void
+ say (char const* phrase);
+};