Parent Directory
|
Revision Log
Initial revision
| 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 |