From ee98faf71642cf351d5cda241679b094aeec65ce Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Tue, 22 Aug 2006 06:19:44 +0000 Subject: Added targets, and the global set command, things are really coming along now. --- src/target.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/target.cpp (limited to 'src/target.cpp') diff --git a/src/target.cpp b/src/target.cpp new file mode 100644 index 0000000..f22bc54 --- /dev/null +++ b/src/target.cpp @@ -0,0 +1,9 @@ +#include "target.h" + +Target::Target() +{ +} + +Target::~Target() +{ +} -- cgit v1.2.3