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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (hide annotations) (vendor branch)
Sun Jul 1 20:47:58 2001 UTC (23 years ago) by bearsoft
Branch: lazy, MAIN
CVS Tags: start, HEAD
Changes since 1.1: +0 -0 lines
File MIME type: text/plain
First import

1 bearsoft 1.1 #ifndef __FloatElement_H__
2     #define __FloatElement_H__
3    
4     class FloatElement
5     {
6    
7     public:
8    
9     FloatElement(float iValue);
10     ~FloatElement();
11    
12     float value;
13     FloatElement *next;
14     FloatElement *previos;
15    
16     };
17    
18     #endif

root@recompile.se
ViewVC Help
Powered by ViewVC 1.1.26