summaryrefslogtreecommitdiff
path: root/examples/helloworld-complex/src/specialfeature.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/helloworld-complex/src/specialfeature.cpp')
-rw-r--r--examples/helloworld-complex/src/specialfeature.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/helloworld-complex/src/specialfeature.cpp b/examples/helloworld-complex/src/specialfeature.cpp
new file mode 100644
index 000000000..8dad4502f
--- /dev/null
+++ b/examples/helloworld-complex/src/specialfeature.cpp
@@ -0,0 +1,8 @@
+#include "specialfeature.h"
+
+#include <iostream>
+
+void bragAboutSpecialFeature()
+{
+ std::cout << "I have a special feature!" << std::endl;
+}