summaryrefslogtreecommitdiffstats
path: root/Tool.h
diff options
context:
space:
mode:
Diffstat (limited to 'Tool.h')
-rw-r--r--Tool.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/Tool.h b/Tool.h
new file mode 100644
index 0000000..b95590a
--- /dev/null
+++ b/Tool.h
@@ -0,0 +1,11 @@
+#ifndef TOOL_H_
+#define TOOL_H_
+
+class Tool
+{
+ public:
+ Tool();
+ virtual ~Tool();
+};
+
+#endif /*TOOL_H_*/