Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
simpleparameter.h File Reference
#include "always.h"
#include "parameter.h"
#include "vector2.h"
#include "vector3.h"
#include "matrix3d.h"
#include "rect.h"
#include <float.h>

Go to the source code of this file.

Classes

class  SimpleParameterClass< T, type >
 
class  RangedParameterClass< T, type >
 
class  IntParameterClass
 
class  FloatParameterClass
 
class  AngleParameterClass
 

Macros

#define __SIMPLE_PARAMETER_H
 

Typedefs

typedef SimpleParameterClass< bool, ParameterClass::TYPE_BOOLBoolParameterClass
 
typedef SimpleParameterClass< Vector2, ParameterClass::TYPE_VECTOR2Vector2ParameterClass
 
typedef SimpleParameterClass< Vector3, ParameterClass::TYPE_VECTOR3Vector3ParameterClass
 
typedef SimpleParameterClass< Matrix3D, ParameterClass::TYPE_MATRIX3DMatrix3DParameterClass
 
typedef SimpleParameterClass< RectClass, ParameterClass::TYPE_RECTRectParameterClass
 
typedef SimpleParameterClass< Vector3, ParameterClass::TYPE_COLORColorParameterClass
 
typedef SimpleParameterClass< int, ParameterClass::TYPE_STRINGSDB_IDStringsDBEntryParameterClass
 

Macro Definition Documentation

◆ __SIMPLE_PARAMETER_H

#define __SIMPLE_PARAMETER_H

Definition at line 46 of file simpleparameter.h.

Typedef Documentation

◆ BoolParameterClass

◆ ColorParameterClass

◆ Matrix3DParameterClass

◆ RectParameterClass

◆ StringsDBEntryParameterClass

◆ Vector2ParameterClass

◆ Vector3ParameterClass