summaryrefslogtreecommitdiff
path: root/graphs/cpp/war/assassin.cc
diff options
context:
space:
mode:
Diffstat (limited to 'graphs/cpp/war/assassin.cc')
-rw-r--r--graphs/cpp/war/assassin.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/graphs/cpp/war/assassin.cc b/graphs/cpp/war/assassin.cc
new file mode 100644
index 0000000..090ec8b
--- /dev/null
+++ b/graphs/cpp/war/assassin.cc
@@ -0,0 +1,5 @@
+#include "assassin.hh"
+
+Assassin::Assassin()
+ : Soldier(10, 9, "Out of the shadows!")
+{}