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.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/target.h (limited to 'src/target.h') diff --git a/src/target.h b/src/target.h new file mode 100644 index 0000000..b7bee83 --- /dev/null +++ b/src/target.h @@ -0,0 +1,17 @@ +#ifndef TARGET_H +#define TARGET_H + +#include + + +class Target +{ +public: + Target(); + virtual ~Target(); + +private: + +}; + +#endif -- cgit v1.2.3