From 9dc8cc535ef5fc4ea78f967fe285fe4424ff4458 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Wed, 18 Aug 2010 16:17:15 +0000 Subject: getting it all tuned up. --- src/float.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'src/float.h') diff --git a/src/float.h b/src/float.h index e69de29..cf20010 100644 --- a/src/float.h +++ b/src/float.h @@ -0,0 +1,17 @@ +#ifndef GATS_FLOAT_H +#define GATS_FLOAT_H + +namespace Gats +{ + class Float + { + public: + Float(); + Float( double f ); + virtual ~Float(); + + private: + }; +} + +#endif -- cgit v1.2.3