/[cvs]/api/Classes/Element/FloatElement.cpp
ViewVC logotype

Annotation of /api/Classes/Element/FloatElement.cpp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations)
Sun Jul 1 20:47:58 2001 UTC (22 years, 11 months ago) by bearsoft
Branch point for: lazy, MAIN
Initial revision

1 bearsoft 1.1 #include "FloatElement.h"
2     #include "../System/SystemDefine.h"
3    
4     FloatElement::FloatElement(float iValue)
5     {
6     value=iValue;
7     }
8    
9     FloatElement::~FloatElement()
10     {
11     }
12    

root@recompile.se
ViewVC Help
Powered by ViewVC 1.1.26